aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2009-10-19 00:01:19 -0400
committerJunio C Hamano <gitster@pobox.com>2009-10-18 22:44:22 -0700
commit989119d96e8d06c69b16d2021856309ec8e0a0c8 (patch)
tree3eeb591e109d4ef6d282ed4f3294ec837baba452 /Documentation/git-push.txt
parent3edd98ac6569252acd669c2b9cbe39d15eeb7e56 (diff)
downloadgit-989119d96e8d06c69b16d2021856309ec8e0a0c8.tar.gz
document push's new quiet option
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index ba6a8a2fb2..37c88953d1 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -138,6 +138,11 @@ useful if you write an alias or script around 'git-push'.
--verbose::
Run verbosely.
+-q::
+--quiet::
+ Suppress all output, including the listing of updated refs,
+ unless an error occurs.
+
include::urls-remotes.txt[]
OUTPUT