Code

repo-config: document what value_regexp does a bit more clearly.
[git.git] / clone-pack.c
index 719e1c4fc8df0aec13bdcbab16c4d9e16cd3072e..a4370f595f1206840e66d488423f1c7e42029c6d 100644 (file)
@@ -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)