summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-04-23 12:37:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-05-04 17:02:46 (GMT)
commit28ba96ab27d0471af101b4796534ad4085019db1 (patch)
tree6c6ab12694492b11a177dbc92a8f901079b767e5 /t
parent64b90323f65d2a3ac8d1ff4ed73be881f76aac8a (diff)
downloadgit-28ba96ab27d0471af101b4796534ad4085019db1.zip
git-28ba96ab27d0471af101b4796534ad4085019db1.tar.gz
git-28ba96ab27d0471af101b4796534ad4085019db1.tar.bz2
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t5601-clone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh
index 2147567..678cee5 100755
--- a/t/t5601-clone.sh
+++ b/t/t5601-clone.sh
@@ -34,7 +34,7 @@ test_expect_success 'clone with excess parameters (2)' '
test_expect_success 'output from clone' '
rm -fr dst &&
git clone -n "file://$(pwd)/src" dst >output &&
- test $(grep Initialized output | wc -l) = 1
+ test $(grep Clon output | wc -l) = 1
'
test_expect_success 'clone does not keep pack' '