aboutsummaryrefslogtreecommitdiff
path: root/git-reset.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-08 23:14:33 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-08 23:16:52 -0700
commite8623d45b42f4d379c6258a34ebf96fe840b195c (patch)
tree14f755741dfaef807b198330eb8dca0222852cfb /git-reset.sh
parentbc6146d2abcf3800eb3683cfe972cabd38ff4796 (diff)
downloadgit-e8623d45b42f4d379c6258a34ebf96fe840b195c.tar.gz
git-e8623d45b42f4d379c6258a34ebf96fe840b195c.tar.xz
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 04c1ac0fd..e028ff65d 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