Skip to content

Commit

Permalink
Merge branch 'tb/complete-word-diff-regex'
Browse files Browse the repository at this point in the history
* tb/complete-word-diff-regex:
  completion: complete "diff --word-diff-regex="
  • Loading branch information
Junio C Hamano committed Feb 3, 2016
2 parents 619ef64 + e6414b4 commit cc329f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
--no-prefix --src-prefix= --dst-prefix=
--inter-hunk-context=
--patience --histogram --minimal
--raw --word-diff
--raw --word-diff --word-diff-regex=
--dirstat --dirstat= --dirstat-by-file
--dirstat-by-file= --cumulative
--diff-algorithm=
Expand Down

0 comments on commit cc329f6

Please sign in to comment.