Silence cpio's "N blocks" output when cloning locally
commitc20711d29dff054735988c84ad5fe4f382d064cf
authorBryan Donlan <bdonlan@fushizen.net>
Fri, 28 Mar 2008 06:19:46 +0000 (28 02:19 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2008 05:21:06 +0000 (30 22:21 -0700)
tree6e7fe99538c61390f56413858100dd4345c98971
parent67dac28b904cf16e66c904eb61268b694809e4d5
Silence cpio's "N blocks" output when cloning locally

Pass --quiet to cpio in git-clone to hide the (confusing) "0 blocks" message.
For compatibility with operating systems which might not support GNUisms,
the presence of --quiet is probed for by grepping cpio's --help output.

Signed-off-by: Bryan Donlan <bdonlan@fushizen.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-clone.sh