/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move show_pack_info() where it belongs
[git/git.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index
665712a
..
2cd068a
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;