summaryrefslogtreecommitdiff
path: root/git-reset.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-09 06:14:33 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-09-09 06:16:52 (GMT)
commite8623d45b42f4d379c6258a34ebf96fe840b195c (patch)
tree14f755741dfaef807b198330eb8dca0222852cfb /git-reset.sh
parentbc6146d2abcf3800eb3683cfe972cabd38ff4796 (diff)
downloadgit-e8623d45b42f4d379c6258a34ebf96fe840b195c.zip
git-e8623d45b42f4d379c6258a34ebf96fe840b195c.tar.gz
git-e8623d45b42f4d379c6258a34ebf96fe840b195c.tar.bz2
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 04c1ac0..e028ff6 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