]> git.ipfire.org Git - thirdparty/git.git/commit - transport.h
Implement git clone -v
authorMiklos Vajna <vmiklos@frugalware.org>
Wed, 8 Oct 2008 23:40:32 +0000 (01:40 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 9 Oct 2008 18:26:17 +0000 (11:26 -0700)
commit21188b1eafd3741fda0f7905dc997279a17b50ba
tree68bbf5f02d00fd354efd097fff73ec09f4d9c4b6
parent23abd3f48cb217d1558fa1984bfa8c502717c08f
Implement git clone -v

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>
Documentation/git-clone.txt
builtin-clone.c
t/t5702-clone-options.sh
transport.c
transport.h