Signed-off-by: Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> --- On Sun, Oct 18, 2009 at 07:05:44PM +0200, Sebastian Pipping <webmaster@xxxxxxxxxxxx> wrote: > If I'm not mistaken --quiet is not documented in the git-push man page. > This includes release 1.6.5.1. Here is a patch to document it. Documentation/git-push.txt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index ba6a8a2..beb3422 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -138,6 +138,12 @@ useful if you write an alias or script around 'git-push'. --verbose:: Run verbosely. +-q:: +--quiet:: + Some transports produce output even without `--verbose` turned + on. This provides a way to tell them to be more quiet (whereas + simply redirecting might lose error messages). + include::urls-remotes.txt[] OUTPUT -- 1.6.5 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html