summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-18 01:25:50 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-18 01:25:50 +0000
commit6ce6b6cb7a03d3103a4b0eb41e2ed15a80024b55 (patch)
tree3e9bd013d9057fd0551ac9d62eece9b6199dfa94 /git-clone.txt
parent5ca1dd1798d837bfcc50ba1cdd92484b4698dc96 (diff)
downloadgit-htmldocs-6ce6b6cb7a03d3103a4b0eb41e2ed15a80024b55.tar.gz
Autogenerated HTML docs for v1.6.6-243-gff6d2
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 7ccd742a8..f43c8b2c0 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -96,13 +96,19 @@ objects from the source repository into a pack in the cloned repository.
--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 output is not
- a terminal.
+ Run verbosely.
+
+--progress::
+ 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::