diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-10-18 22:58:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-18 22:58:53 -0700 |
commit | bcc9b7427d9f720127479bb603159de89c93f872 (patch) | |
tree | 25c140d73bc8fa50e90a03730fd0fdb36c70b664 /Documentation | |
parent | Start 1.6.6 cycle (diff) | |
parent | git push: say that --tag can't be used with --all or --mirror in help text (diff) | |
download | tgif-bcc9b7427d9f720127479bb603159de89c93f872.tar.xz |
Merge branch 'maint'
* maint:
git push: say that --tag can't be used with --all or --mirror in help text
git push: remove incomplete options list from help text
document push's new quiet option
Makefile: clean block-sha1/ directory instead of mozilla-sha1/
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-push.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index ba6a8a2fb2..37c88953d1 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 |