Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-09 10:14:33 +0400
committerJunio C Hamano <junkio@cox.net>2005-09-09 10:16:52 +0400
commite8623d45b42f4d379c6258a34ebf96fe840b195c (patch)
tree14f755741dfaef807b198330eb8dca0222852cfb /git-reset.sh
parentbc6146d2abcf3800eb3683cfe972cabd38ff4796 (diff)
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