提交 3a35d914 编写于 作者: R Robert Karszniewicz 提交者: Junio C Hamano

git-completion.bash: stash-show: complete $__git_diff_common_options

Signed-off-by: NRobert Karszniewicz <avoidr@posteo.de>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 8a1bb7ee
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册