Skip to content

Commit 8513c54

Browse files
szedergitster
authored andcommitted
bash: add support for 'git stash pop --index' option
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f39d6ee commit 8513c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,10 +1881,10 @@ _git_stash ()
18811881
save,--*)
18821882
__gitcomp "--keep-index"
18831883
;;
1884-
apply,--*)
1884+
apply,--*|pop,--*)
18851885
__gitcomp "--index"
18861886
;;
1887-
show,--*|drop,--*|pop,--*|branch,--*)
1887+
show,--*|drop,--*|branch,--*)
18881888
COMPREPLY=()
18891889
;;
18901890
show,*|apply,*|drop,*|pop,*|branch,*)

0 commit comments

Comments
 (0)