From 21fcd1bdea2440236aea1713ea42a66bc2da5563 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 11 Feb 2006 17:54:18 -0800 Subject: fetch-clone progress: finishing touches. This makes fetch-pack also report the progress of packing part. Signed-off-by: Junio C Hamano --- clone-pack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clone-pack.c') diff --git a/clone-pack.c b/clone-pack.c index 719e1c4fc..a4370f595 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) -- cgit v1.2.1