Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: git-bisect bisect_replay + $1 messages
[gitweb.git]
/
builtin
/
send-pack.c
diff --git
a/builtin/send-pack.c
b/builtin/send-pack.c
index efd9be67bd6ed8e8e04f3d6a9abd3efe25e9d4a8..8b0911c0d2ac5a60f8a3c7a43e7960617ded9d7a 100644
(file)
--- a/
builtin/send-pack.c
+++ b/
builtin/send-pack.c
@@
-1,4
+1,4
@@
-#include "
cache
.h"
+#include "
builtin
.h"
#include "commit.h"
#include "refs.h"
#include "pkt-line.h"
@@
-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;
}