From 84f88512aa5067687d226a239810f6da952673b5 Mon Sep 17 00:00:00 2001 From: Tay Ray Chuan Date: Wed, 24 Feb 2010 20:50:22 +0800 Subject: [PATCH] Documentation/git-push: put --quiet before --verbose Signed-off-by: Tay Ray Chuan Signed-off-by: Junio C Hamano --- Documentation/git-push.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index bd79119dd3..22cff99b45 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -145,15 +145,15 @@ useful if you write an alias or script around 'git push'. transfer spends extra cycles to minimize the number of objects to be sent and meant to be used on slower connection. --v:: ---verbose:: - Run verbosely. - -q:: --quiet:: Suppress all output, including the listing of updated refs, unless an error occurs. +-v:: +--verbose:: + Run verbosely. + include::urls-remotes.txt[] OUTPUT -- 2.11.4.GIT