git-completion.bash: stash-show: complete $__git_diff_common_options
Signed-off-by: Robert Karszniewicz <avoidr@posteo.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
8a1bb7ee9d
commit
3a35d91446
@ -3020,7 +3020,10 @@ _git_stash ()
|
|||||||
list,--*)
|
list,--*)
|
||||||
__gitcomp "--name-status --oneline --patch-with-stat"
|
__gitcomp "--name-status --oneline --patch-with-stat"
|
||||||
;;
|
;;
|
||||||
show,--*|branch,--*)
|
show,--*)
|
||||||
|
__gitcomp "$__git_diff_common_options"
|
||||||
|
;;
|
||||||
|
branch,--*)
|
||||||
;;
|
;;
|
||||||
branch,*)
|
branch,*)
|
||||||
if [ $cword -eq 3 ]; then
|
if [ $cword -eq 3 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user