Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add new test to ensure git-merge handles more than 25 refs.
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index 665712a85de3fb4bba3a879753b60ece64a4243a..2cd068a6f1ef0199cc27a1564678c91b66237a9b 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-783,7
+783,7
@@
static void finish_request(struct transfer_request *request)
lst = &((*lst)->next);
*lst = (*lst)->next;
- if (!verify_pack(target
, 0
))
+ if (!verify_pack(target))
install_packed_git(target);
else
remote->can_update_info_refs = 0;