git-reset: remove unused variable
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
bee597cb7f
commit
2e6183840e
@ -3,9 +3,6 @@
|
|||||||
USAGE='[--mixed | --soft | --hard] [<commit-ish>]'
|
USAGE='[--mixed | --soft | --hard] [<commit-ish>]'
|
||||||
. git-sh-setup
|
. git-sh-setup
|
||||||
|
|
||||||
tmp=${GIT_DIR}/reset.$$
|
|
||||||
trap 'rm -f $tmp-*' 0 1 2 3 15
|
|
||||||
|
|
||||||
update=
|
update=
|
||||||
reset_type=--mixed
|
reset_type=--mixed
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
Loading…
Reference in New Issue
Block a user