Skip to content

Commit 74dee5c

Browse files
committed
Merge branch 'pl/complete-diff-submodule-diff'
The command line completion (in contrib/) learned that "git diff --submodule=" can take "diff" as a recently added option. * pl/complete-diff-submodule-diff: Completion: Add support for --submodule=diff
2 parents 36acf41 + 462f213 commit 74dee5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ _git_describe ()
12061206

12071207
__git_diff_algorithms="myers minimal patience histogram"
12081208

1209-
__git_diff_submodule_formats="log short"
1209+
__git_diff_submodule_formats="diff log short"
12101210

12111211
__git_diff_common_options="--stat --numstat --shortstat --summary
12121212
--patch-with-stat --name-only --name-status --color

0 commit comments

Comments
 (0)