summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-03-15 20:32:55 +0000
committerJunio C Hamano <junio@kernel.org>2010-03-15 20:32:55 +0000
commitea90ab36bcffba684cc88930450530c859318536 (patch)
tree6da3447e8586e094473ade4edd6370a94270be92 /git-push.txt
parentcaa712abb1d806cccb0f24a300e299da1777fc7d (diff)
downloadgit-htmldocs-ea90ab36bcffba684cc88930450530c859318536.tar.gz
Autogenerated HTML docs for v1.7.0.2-273-gc2413
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/git-push.txt b/git-push.txt
index 49b6bd9d9..59dc8b197 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -146,14 +146,21 @@ useful if you write an alias or script around 'git push'.
receiver share many of the same objects in common. The default is
\--thin.
+-q::
+--quiet::
+ Suppress all output, including the listing of updated refs,
+ unless an error occurs. Progress is not reported to the standard
+ error stream.
+
-v::
--verbose::
Run verbosely.
--q::
---quiet::
- Suppress all output, including the listing of updated refs,
- unless an error occurs.
+--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.
include::urls-remotes.txt[]