Skip to content

Commit c54b74a

Browse files
rctaygitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e923eae commit c54b74a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-clone.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ objects from the source repository into a pack in the cloned repository.
102102

103103
--verbose::
104104
-v::
105-
Run verbosely.
105+
Run verbosely. Does not affect the reporting of progress status
106+
to the standard error stream.
106107

107108
--progress::
108109
Progress status is reported on the standard error stream

0 commit comments

Comments
 (0)