Document git-clone --use-separate-remote
[git.git] / clone-pack.c
index 719e1c4..a4370f5 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)