1
0
mirror of https://github.com/git/git synced 2024-07-05 00:58:49 +00:00

document push's new quiet option

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jeff King 2009-10-19 00:01:19 -04:00 committed by Junio C Hamano
parent 3edd98ac65
commit 989119d96e

View 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