On Sat, Dec 26, 2009 at 01:12:06AM +0800, Tay Ray Chuan [off-list ref] wrote:
quoted hunk ↗ jump to hunk
-v/--verbose now does not force progress reporting. Make git-clone.txt
say so.
This should cover all the bases in 21188b1 (Implement git clone -v),
which implemented the option to force progress reporting.
Signed-off-by: Tay Ray Chuan <redacted>
---
Documentation/git-clone.txt | 3 +++
builtin-clone.c | 8 ++++++--
t/t5702-clone-options.sh | 3 ++-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index e722e6c..f43c8b2 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -102,6 +102,9 @@ objects from the source repository into a pack in the cloned repository.
--verbose::
-v::
+ Run verbosely.
What about mentioning this "does not force progress reporting" behaviour
in documentation of the "new" -v option?