Merge branch 'tb/complete-diff-anchored'

The command line completion (in contrib/) learned that "git diff"
takes the "--anchored" option.

* tb/complete-diff-anchored:
  completion: add --anchored to diff's options
This commit is contained in:
Junio C Hamano 2021-07-08 13:14:56 -07:00
commit 3a7d26bb4b

View file

@ -1729,6 +1729,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
--indent-heuristic --no-indent-heuristic
--textconv --no-textconv
--patch --no-patch
--anchored=
"
__git_diff_difftool_options="--cached --staged --pickaxe-all --pickaxe-regex