Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Lazily open pack index files on demand
[gitweb.git]
/
fetch-pack.c
diff --git
a/fetch-pack.c
b/fetch-pack.c
index 06f4aeced439312c43f2736a1684f9e22218899b..aa59043c036e492a314c75080a61ab3d6a2b403d 100644
(file)
--- a/
fetch-pack.c
+++ b/
fetch-pack.c
@@
-733,7
+733,7
@@
int main(int argc, char **argv)
}
if (!dest)
usage(fetch_pack_usage);
- pid = git_connect(fd, dest, uploadpack);
+ pid = git_connect(fd, dest, uploadpack
, verbose ? CONNECT_VERBOSE : 0
);
if (pid < 0)
return 1;
if (heads && nr_heads)