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: Peter Law <PeterJCLaw@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
4e59582ff7
commit
462f213429
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user