提交 5a7ebd4f 编写于 作者: S SZEDER Gábor 提交者: Junio C Hamano

bash: remove redundant check for 'git stash apply' options

It will never trigger anyway because of the first check, and even if it
would, it would not offer the command line option.
Signed-off-by: NSZEDER Gábor <szeder@ira.uka.de>
Acked-by: NShawn O. Pearce <spearce@spearce.org>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 b13d4409
...@@ -1439,7 +1439,7 @@ _git_stash () ...@@ -1439,7 +1439,7 @@ _git_stash ()
apply,--*) apply,--*)
__gitcomp "--index" __gitcomp "--index"
;; ;;
show,--*|apply,--*|drop,--*|pop,--*|branch,--*) show,--*|drop,--*|pop,--*|branch,--*)
COMPREPLY=() COMPREPLY=()
;; ;;
show,*|apply,*|drop,*|pop,*|branch,*) show,*|apply,*|drop,*|pop,*|branch,*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册