Skip to content

Commit cc329f6

Browse files
committed
Merge branch 'tb/complete-word-diff-regex'
* tb/complete-word-diff-regex: completion: complete "diff --word-diff-regex="
2 parents 619ef64 + e6414b4 commit cc329f6

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
@@ -1169,7 +1169,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
11691169
--no-prefix --src-prefix= --dst-prefix=
11701170
--inter-hunk-context=
11711171
--patience --histogram --minimal
1172-
--raw --word-diff
1172+
--raw --word-diff --word-diff-regex=
11731173
--dirstat --dirstat= --dirstat-by-file
11741174
--dirstat-by-file= --cumulative
11751175
--diff-algorithm=

0 commit comments

Comments
 (0)