From 7838106925653e02b5c00ccb47a240c4c837c0f6 Mon Sep 17 00:00:00 2001 From: Tay Ray Chuan Date: Wed, 24 Feb 2010 20:50:27 +0800 Subject: push: learn --progress Signed-off-by: Tay Ray Chuan Signed-off-by: Junio C Hamano --- Documentation/git-push.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Documentation/git-push.txt') diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 22cff99b4..8d957244b 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -148,12 +148,19 @@ useful if you write an alias or script around 'git push'. -q:: --quiet:: Suppress all output, including the listing of updated refs, - unless an error occurs. + unless an error occurs. Progress is not reported to the standard + error stream. -v:: --verbose:: Run verbosely. +--progress:: + Progress status is reported on the standard error stream + by default when it is attached to a terminal, unless -q + is specified. This flag forces progress status even if the + standard error stream is not directed to a terminal. + include::urls-remotes.txt[] OUTPUT -- cgit v1.2.1