Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Added completion support for git-branch.exe.
[gitweb.git]
/
git-reset.sh
diff --git
a/git-reset.sh
b/git-reset.sh
index 36fc8ce25b39682ba256a8d39bf9a393907ef43d..3133b5bd25ca7ad3c2a5451ee9c2e0f4514cd980 100755
(executable)
--- a/
git-reset.sh
+++ b/
git-reset.sh
@@
-3,9
+3,6
@@
USAGE='[--mixed | --soft | --hard] [<commit-ish>]'
. git-sh-setup
-tmp=${GIT_DIR}/reset.$$
-trap 'rm -f $tmp-*' 0 1 2 3 15
-
update=
reset_type=--mixed
case "$1" in