Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-upload-pack: make sure we close unused pipe ends
[gitweb.git]
/
git-reset.sh
diff --git
a/git-reset.sh
b/git-reset.sh
index bf2a0581fe0b0dd2c393dce6f31c8e9ad9f352c9..fee6d98d9cba708828c36a2d2a29dbec8662c36b 100755
(executable)
--- a/
git-reset.sh
+++ b/
git-reset.sh
@@
-43,7
+43,7
@@
case "$1" in --) shift ;; esac
# affecting the working tree nor HEAD.
if test $# != 0
then
- test "$reset_type" =
=
"--mixed" ||
+ test "$reset_type" = "--mixed" ||
die "Cannot do partial $reset_type reset."
git-diff-index --cached $rev -- "$@" |