author | Junio C Hamano <gitster@pobox.com> | |
Fri, 23 Apr 2010 12:37:22 +0000 (14:37 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 4 May 2010 17:02:46 +0000 (10:02 -0700) | ||
commit | 28ba96ab27d0471af101b4796534ad4085019db1 | |
tree | 6c6ab12694492b11a177dbc92a8f901079b767e5 | tree | snapshot |
parent | 64b90323f65d2a3ac8d1ff4ed73be881f76aac8a | commit | diff |
clone: quell the progress report from init and report on clone
Currently, a local git clone reports only initializing an empty
git dir, which is potentially confusing.
Instead, report that cloning is in progress and when it is done
(unless -q) is given, and suppress the init report.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Currently, a local git clone reports only initializing an empty
git dir, which is potentially confusing.
Instead, report that cloning is in progress and when it is done
(unless -q) is given, and suppress the init report.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c | diff | blob | history | |
t/t5601-clone.sh | diff | blob | history |