diff options
Diffstat (limited to 'clone-pack.c')
-rw-r--r-- | clone-pack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clone-pack.c b/clone-pack.c index 719e1c4fc8..a4370f595f 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) |