Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jn/status-translatable'
[gitweb.git]
/
builtin
/
send-pack.c
diff --git
a/builtin/send-pack.c
b/builtin/send-pack.c
index efd9be67bd6ed8e8e04f3d6a9abd3efe25e9d4a8..2cd1c40b70890732905ad9433e452aa9a9548533 100644
(file)
--- a/
builtin/send-pack.c
+++ b/
builtin/send-pack.c
@@
-104,7
+104,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;
}