提交 41d8cf7d 编写于 作者: M Markus Heidelberg 提交者: Junio C Hamano

bash completion: add doubledash to "git show"

Signed-off-by: NMarkus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 111539a3
......@@ -1410,6 +1410,8 @@ _git_shortlog ()
_git_show ()
{
__git_has_doubledash && return
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
--pretty=*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册