]> git.ipfire.org Git - thirdparty/git.git/commit
make git clone -q suppress the noise with http fetch
authorChris Wright <chrisw@sous-sol.org>
Tue, 20 Mar 2007 02:18:18 +0000 (19:18 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Mar 2007 06:46:30 +0000 (23:46 -0700)
commit7e8c8255e9bf33dd046b95c4bd1ef554ad3c71b2
tree7448370856192362cc1eeeca2ed5ed67932a7e33
parent456cdf6edbf0c14b75fd9048708e9abea43e6aa1
make git clone -q suppress the noise with http fetch

We already have -q in git clone.  So for those who care to suppress
the noise during an http based clone, make -q actually do a quiet
http fetch.

Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Cc: Fernando Herrera <fherrera@onirica.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh