Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jn/send-pack-error'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 17 Nov 2010 23:00:51 +0000
(15:00 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 17 Nov 2010 23:00:51 +0000
(15:00 -0800)
* jn/send-pack-error:
send-pack: avoid redundant "pack-objects died with strange error"
builtin/send-pack.c
patch
|
blob
|
history
raw
(from parent 1:
4739c19
)
diff --git
a/builtin/send-pack.c
b/builtin/send-pack.c
index 481602d8ae73612226bcc758f2aedea7f964779c..8aa303158b2461c9272c8ca5b094149a54cc35d2 100644
(file)
--- a/
builtin/send-pack.c
+++ b/
builtin/send-pack.c
@@
-101,7
+101,7
@@
static int pack_objects(int fd, struct ref *refs, struct extra_have_objects *ext
}
if (finish_command(&po))
- return
error("pack-objects died with strange error")
;
+ return
-1
;
return 0;
}