Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-export: ensure we traverse commits in topological order
[gitweb.git]
/
http-walker.c
diff --git
a/http-walker.c
b/http-walker.c
index 74033060c4e85b23a947ea5799d8ea96e6040da0..9dc6b27b457a2979a95018679a0b885e6fb62d9a 100644
(file)
--- a/
http-walker.c
+++ b/
http-walker.c
@@
-797,7
+797,7
@@
static int fetch_pack(struct walker *walker, struct alt_base *repo, unsigned cha
lst = &((*lst)->next);
*lst = (*lst)->next;
- if (verify_pack(target
, 0
))
+ if (verify_pack(target))
return -1;
install_packed_git(target);