mirror of
https://github.com/git/git.git
synced 2024-11-25 10:54:00 +08:00
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: SZEDER Gábor <szeder@ira.uka.de> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
b13d44093b
commit
5a7ebd4faa
@ -1439,7 +1439,7 @@ _git_stash ()
|
||||
apply,--*)
|
||||
__gitcomp "--index"
|
||||
;;
|
||||
show,--*|apply,--*|drop,--*|pop,--*|branch,--*)
|
||||
show,--*|drop,--*|pop,--*|branch,--*)
|
||||
COMPREPLY=()
|
||||
;;
|
||||
show,*|apply,*|drop,*|pop,*|branch,*)
|
||||
|
Loading…
Reference in New Issue
Block a user