Signed-off-by: Robert Karszniewicz <avoidr@xxxxxxxxx> --- contrib/completion/git-completion.bash | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 8be4a0316e..d98c731667 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -3016,7 +3016,10 @@ _git_stash () list,--*) __gitcomp "--name-status --oneline --patch-with-stat" ;; - show,--*|branch,--*) + show,--*) + __gitcomp "--patch-with-stat" + ;; + branch,--*) ;; branch,*) if [ $cword -eq 3 ]; then -- 2.28.0