1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-08 19:06:20 +02:00

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:
Robert Karszniewicz 2020-10-07 00:06:37 +02:00 committed by Junio C Hamano
parent 8a1bb7ee9d
commit 3a35d91446

View File

@ -3020,7 +3020,10 @@ _git_stash ()
list,--*)
__gitcomp "--name-status --oneline --patch-with-stat"
;;
show,--*|branch,--*)
show,--*)
__gitcomp "$__git_diff_common_options"
;;
branch,--*)
;;
branch,*)
if [ $cword -eq 3 ]; then