Code

Quiet the output from git-init when cloning, if requested.
authorJeffrey C. Ollie <jeff@ocjtech.us>
Thu, 7 Jun 2007 12:50:30 +0000 (07:50 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jun 2007 05:22:17 +0000 (22:22 -0700)
commit279050d04428e9adaa90aebe54a485a334102ab8
tree89260775e43c0c1176ecf72eeaf403759daa229d
parent4576518dd7459f44583f33375dbd8799792fc1f3
Quiet the output from git-init when cloning, if requested.

Now that git-init has an option to quiet itself, use it if the -q
option was specified on the clone command line.

Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-clone.sh