summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorTay Ray Chuan <rctay89@gmail.com>2010-02-24 12:50:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-02-24 16:35:43 (GMT)
commitc54b74afb78e385d645447711da2201ad45151fa (patch)
treeb114614f3eb4b50a65a7641b05879da5e11c7aea /Documentation/git-clone.txt
parente923eaeb901ff056421b9007adcbbce271caa7b6 (diff)
downloadgit-c54b74afb78e385d645447711da2201ad45151fa.zip
git-c54b74afb78e385d645447711da2201ad45151fa.tar.gz
git-c54b74afb78e385d645447711da2201ad45151fa.tar.bz2
Documentation/git-clone: mention progress in -v
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>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index f43c8b2..aa89632 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -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