author | Tay Ray Chuan <rctay89@gmail.com> | |
Fri, 25 Dec 2009 17:12:06 +0000 (01:12 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 29 Dec 2009 02:49:19 +0000 (18:49 -0800) | ||
commit | 5a518ad4679c91f0d0afd38fcc3cbf04e8699c46 | |
tree | d10718feef2c6910278b2595de81da1c2ecd0c77 | tree | snapshot |
parent | 65273bfb9b6991138d298527d971e82e28fe678e | commit | diff |
clone: use --progress to force progress reporting
Follow the argument convention of git-pack-objects, such that a
separate option (--preogress) is used to force progress reporting
instead of -v/--verbose.
-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 <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Follow the argument convention of git-pack-objects, such that a
separate option (--preogress) is used to force progress reporting
instead of -v/--verbose.
-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 <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt | diff | blob | history | |
builtin-clone.c | diff | blob | history | |
t/t5702-clone-options.sh | diff | blob | history |