author | Bryan Donlan <bdonlan@fushizen.net> | |
Fri, 28 Mar 2008 06:19:46 +0000 (02:19 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 31 Mar 2008 05:21:06 +0000 (22:21 -0700) | ||
commit | c20711d29dff054735988c84ad5fe4f382d064cf | |
tree | 6e7fe99538c61390f56413858100dd4345c98971 | tree | snapshot |
parent | 67dac28b904cf16e66c904eb61268b694809e4d5 | commit | diff |
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>
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 | diff | blob | history |