aboutsummaryrefslogtreecommitdiff
path: root/clone-pack.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-11 17:54:18 -0800
committerJunio C Hamano <junkio@cox.net>2006-02-11 17:54:18 -0800
commit21fcd1bdea2440236aea1713ea42a66bc2da5563 (patch)
treeb8597b0a8e57c7807817fb0e1296139f66113588 /clone-pack.c
parent98deeaa82fb2b96395854e0574272ed21cbd81fe (diff)
downloadgit-21fcd1bdea2440236aea1713ea42a66bc2da5563.tar.gz
git-21fcd1bdea2440236aea1713ea42a66bc2da5563.tar.xz
fetch-clone progress: finishing touches.
This makes fetch-pack also report the progress of packing part. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'clone-pack.c')
-rw-r--r--clone-pack.c4
1 files changed, 2 insertions, 2 deletions
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)