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