X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=clone-pack.c;h=a4370f595f1206840e66d488423f1c7e42029c6d;hb=4ee6bc99133760531dd25013c7a7165b2feed9cd;hp=719e1c4fc8df0aec13bdcbab16c4d9e16cd3072e;hpb=5ee2ad654bc7d19ec4f08e11dc4fed8b97a59222;p=git.git diff --git a/clone-pack.c b/clone-pack.c index 719e1c4f..a4370f59 100644 --- a/clone-pack.c +++ b/clone-pack.c @@ -125,9 +125,9 @@ static int clone_pack(int fd[2], int nr_match, char **match) } clone_handshake(fd, refs); - if (!quiet) - fprintf(stderr, "Generating pack ...\r"); status = receive_keep_pack(fd, "git-clone-pack", quiet); + if (!quiet) + fprintf(stderr, "\n"); if (!status) { if (nr_match == 0)