зеркало из https://github.com/microsoft/git.git
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:
Родитель
bee597cb7f
Коммит
2e6183840e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче