clone: quell the progress report from init and report on clone
commit28ba96ab27d0471af101b4796534ad4085019db1
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 Apr 2010 12:37:22 +0000 (23 14:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 May 2010 17:02:46 +0000 (4 10:02 -0700)
tree6c6ab12694492b11a177dbc92a8f901079b767e5
parent64b90323f65d2a3ac8d1ff4ed73be881f76aac8a
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>
builtin/clone.c
t/t5601-clone.sh