]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-clone: mention progress in -v
authorTay Ray Chuan <rctay89@gmail.com>
Wed, 24 Feb 2010 12:50:20 +0000 (20:50 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 16:35:43 +0000 (08:35 -0800)
After 5a518ad (clone: use --progress to force progress reporting),
-v/--verbose did not affect whether progress status was reported to
stderr, and users accustomed to using -v to do so since 21188b1
(Implement git clone -v) may be confused.

Mitigate such risks by stating -v does not affect progress in the
documentation.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt

index f43c8b2c08ab4ca45f759369dc3d8e85c9f76415..aa89632a372fe22afe4925df6feeeedb9da9ec1f 100644 (file)
@@ -102,7 +102,8 @@ objects from the source repository into a pack in the cloned repository.
 
 --verbose::
 -v::
-       Run verbosely.
+       Run verbosely. Does not affect the reporting of progress status
+       to the standard error stream.
 
 --progress::
        Progress status is reported on the standard error stream