diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-08 23:14:33 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-08 23:16:52 -0700 |
commit | e8623d45b42f4d379c6258a34ebf96fe840b195c (patch) | |
tree | 14f755741dfaef807b198330eb8dca0222852cfb /git-reset.sh | |
parent | bc6146d2abcf3800eb3683cfe972cabd38ff4796 (diff) | |
download | git-e8623d45b42f4d379c6258a34ebf96fe840b195c.tar.gz |
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>
Diffstat (limited to 'git-reset.sh')
-rwxr-xr-x | git-reset.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-reset.sh b/git-reset.sh index 04c1ac0fd2..e028ff65db 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 |