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:
commit
3a7d26bb4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user