document push's new quiet option
authorJeff King <peff@peff.net>
Mon, 19 Oct 2009 04:01:19 +0000 (00:01 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2009 05:44:22 +0000 (22:44 -0700)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt
index ba6a8a2fb21128fc90ca0364a0760700c4fb1658..37c88953d1a08c0498c794aeb4d0d38eac8a36db 100644 (file)
@@ -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