Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-02-12 04:54:18 +0300
committerJunio C Hamano <junkio@cox.net>2006-02-12 04:54:18 +0300
commit21fcd1bdea2440236aea1713ea42a66bc2da5563 (patch)
treeb8597b0a8e57c7807817fb0e1296139f66113588 /clone-pack.c
parent98deeaa82fb2b96395854e0574272ed21cbd81fe (diff)
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 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)