Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTay Ray Chuan <rctay89@gmail.com>2010-02-24 15:50:22 +0300
committerJunio C Hamano <gitster@pobox.com>2010-02-24 19:35:43 +0300
commit84f88512aa5067687d226a239810f6da952673b5 (patch)
tree018bac71f9028adb7fd54ccb85e1bbf5d5218ac0 /Documentation/git-push.txt
parent409b8d82dfc216ce5e89c81fdc2431dbf897c2d7 (diff)
Documentation/git-push: put --quiet before --verbose
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt8
1 files 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