1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-30 00:56:08 +02:00

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 <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-09-08 23:14:33 -07:00
parent bc6146d2ab
commit e8623d45b4

View File

@ -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