From: Bryan Donlan Date: Fri, 28 Mar 2008 06:19:46 +0000 (-0400) Subject: Silence cpio's "N blocks" output when cloning locally X-Git-Tag: v1.5.5-rc3~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c20711d29dff054735988c84ad5fe4f382d064cf?hp=c20711d29dff054735988c84ad5fe4f382d064cf 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 Signed-off-by: Junio C Hamano ---