diff options
author | 2021-07-08 13:14:56 -0700 | |
---|---|---|
committer | 2021-07-08 13:14:56 -0700 | |
commit | 3a7d26bb4b60103a60284733b230a8af242fa9ff (patch) | |
tree | 73c2fab971dd3af7c00d53dab055c714e19e70fa /contrib/completion | |
parent | Merge branch 'tk/partial-clone-repack-doc' (diff) | |
parent | completion: add --anchored to diff's options (diff) | |
download | tgif-3a7d26bb4b60103a60284733b230a8af242fa9ff.tar.xz |
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
Diffstat (limited to 'contrib/completion')
-rw-r--r-- | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index b50c5d0ea3..4073d67f3b 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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 |