summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2009-10-19 04:01:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-10-19 05:44:22 (GMT)
commit989119d96e8d06c69b16d2021856309ec8e0a0c8 (patch)
tree3eeb591e109d4ef6d282ed4f3294ec837baba452 /Documentation
parent3edd98ac6569252acd669c2b9cbe39d15eeb7e56 (diff)
downloadgit-989119d96e8d06c69b16d2021856309ec8e0a0c8.zip
git-989119d96e8d06c69b16d2021856309ec8e0a0c8.tar.gz
git-989119d96e8d06c69b16d2021856309ec8e0a0c8.tar.bz2
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')
-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 ba6a8a2..37c8895 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