summaryrefslogtreecommitdiffstats
path: root/git-reset.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-09 08:14:33 +0200
committerJunio C Hamano <junkio@cox.net>2005-09-09 08:16:52 +0200
commite8623d45b42f4d379c6258a34ebf96fe840b195c (patch)
tree14f755741dfaef807b198330eb8dca0222852cfb /git-reset.sh
parent'build' scripts before installing. (diff)
downloadgit-e8623d45b42f4d379c6258a34ebf96fe840b195c.tar.xz
git-e8623d45b42f4d379c6258a34ebf96fe840b195c.zip
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-xgit-reset.sh2
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