From: Jeff King Date: Mon, 19 Oct 2009 04:01:19 +0000 (-0400) Subject: document push's new quiet option X-Git-Tag: v1.6.5.2~16 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=989119d96e8d06c69b16d2021856309ec8e0a0c8;p=git.git document push's new quiet option Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index ba6a8a2fb..37c88953d 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