diff options
author | Tay Ray Chuan <rctay89@gmail.com> | 2010-02-24 20:50:22 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-24 08:35:43 -0800 |
commit | 84f88512aa5067687d226a239810f6da952673b5 (patch) | |
tree | 018bac71f9028adb7fd54ccb85e1bbf5d5218ac0 /Documentation/git-push.txt | |
parent | 409b8d82dfc216ce5e89c81fdc2431dbf897c2d7 (diff) | |
download | git-84f88512aa5067687d226a239810f6da952673b5.tar.gz git-84f88512aa5067687d226a239810f6da952673b5.tar.xz |
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.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index bd79119dd..22cff99b4 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 |