From e8623d45b42f4d379c6258a34ebf96fe840b195c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 8 Sep 2005 23:14:33 -0700 Subject: [PATCH] Squelch `removal' message from 'git reset --hard'. We do not say anything about checking out, so mentioning removal only gets unnecessarily alarming. Signed-off-by: Junio C Hamano --- git-reset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-reset.sh b/git-reset.sh index 04c1ac0f..e028ff65 100755 --- a/git-reset.sh +++ b/git-reset.sh @@ -84,7 +84,7 @@ case "$reset_type" in print "$_\0"; } } - ' $tmp-exists | xargs -0 rm -v -f -- + ' $tmp-exists | xargs -0 rm -f -- ;; --soft ) ;; # Nothing else to do -- 2.11.0