X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=fetch-pack.c;h=aa6f42ae1b45c896395fc146990db22cb61e2f60;hb=e415907d6c746616f399cf2a4679372dd0cbce83;hp=27f5d2a5ff78340d791d1162ec07c153740ac2d2;hpb=949964c4af740015c53cb7630fea8795e0f710a0;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);