X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=fetch-pack.c;h=aa59043c036e492a314c75080a61ab3d6a2b403d;hb=cfabd6eee1745cfec58cfcb794ce8847e43b888a;hp=06f4aeced439312c43f2736a1684f9e22218899b;hpb=5bb44a51038a18f4f940968aed84e6cc26afcebe;p=git.git diff --git a/fetch-pack.c b/fetch-pack.c index 06f4aeced..aa59043c0 100644 --- 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)