aboutsummaryrefslogtreecommitdiff
path: root/t/t5702-clone-options.sh
Commit message (Collapse)AuthorAge
* Implement git clone -vMiklos Vajna2008-10-09
| | | | | | | | | | The new -v option forces the progressbar, even in case the output is not a terminal. This can be useful if the caller is an IDE or wrapper which wants to scrape the progressbar from stderr and show its information in a different format. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
* test "git clone -o"Jeff King2007-12-19
This tests a recently fixed regression in which "git clone -o" didn't work at all. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>