提交 462f2134 编写于 作者: P Peter Law 提交者: Junio C Hamano

Completion: Add support for --submodule=diff

Teach git-completion.bash about the 'diff' option to 'git diff
--submodule=', which was added in Git 2.11.
Signed-off-by: NPeter Law <PeterJCLaw@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 4e59582f
......@@ -1206,7 +1206,7 @@ _git_describe ()
__git_diff_algorithms="myers minimal patience histogram"
__git_diff_submodule_formats="log short"
__git_diff_submodule_formats="diff log short"
__git_diff_common_options="--stat --numstat --shortstat --summary
--patch-with-stat --name-only --name-status --color
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册