summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 486a3d7)
raw | patch | inline | side by side (parent: 486a3d7)
author | Tay Ray Chuan <rctay89@gmail.com> | |
Fri, 25 Dec 2009 17:12:04 +0000 (01:12 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 29 Dec 2009 02:49:19 +0000 (18:49 -0800) |
Mention progress reporting behaviour in the descriptions for -q/
--quiet and -v/--verbose options, in the style of git-pack-objects.txt.
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
--quiet and -v/--verbose options, in the style of git-pack-objects.txt.
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt | patch | blob | history |
index f298fdd4c2fd666c5a297b235ba6fbd6581cee24..e722e6cfd23a71932c175ee178ede35f8815149a 100644 (file)
--quiet::
-q::
- Operate quietly. This flag is also passed to the `rsync'
+ Operate quietly. Progress is not reported to the standard
+ error stream. This flag is also passed to the `rsync'
command when given.
--verbose::
-v::
- Display the progress bar, even in case the standard error is not
- a terminal.
+ Progress status is reported on the standard error stream
+ by default when it is attached to a terminal, unless -q
+ is specified. This flag forces progress status even if the
+ standard error stream is not directed to a terminal.
--no-checkout::
-n::