summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bee597c)
raw | patch | inline | side by side (parent: bee597c)
author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sun, 27 Aug 2006 11:19:58 +0000 (13:19 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 27 Aug 2006 22:32:37 +0000 (15:32 -0700) |
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-reset.sh | patch | blob | history |
diff --git a/git-reset.sh b/git-reset.sh
index 36fc8ce25b39682ba256a8d39bf9a393907ef43d..3133b5bd25ca7ad3c2a5451ee9c2e0f4514cd980 100755 (executable)
--- a/git-reset.sh
+++ b/git-reset.sh
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