X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=fetch-pack.c;h=aa6f42ae1b45c896395fc146990db22cb61e2f60;hb=070879ca93a7d358086f4c8aff4553493dcb9210;hp=27f5d2a5ff78340d791d1162ec07c153740ac2d2;hpb=c4e804bbf0c16aa0c2234ea733fba73de28bddaa;p=git.git diff --git a/fetch-pack.c b/fetch-pack.c index 27f5d2a5..aa6f42ae 100644 --- a/fetch-pack.c +++ b/fetch-pack.c @@ -378,7 +378,7 @@ static int fetch_pack(int fd[2], int nr_match, char **match) fprintf(stderr, "warning: no common commits\n"); if (keep_pack) - status = receive_keep_pack(fd, "git-fetch-pack"); + status = receive_keep_pack(fd, "git-fetch-pack", quiet); else status = receive_unpack_pack(fd, "git-fetch-pack", quiet);