]> git.99rst.org Git - git.git/commit
completion: move --pickaxe-{all,regex} to __git_diff_common_options
authorPhilippe Blain <redacted>
Mon, 26 Jun 2023 16:24:45 +0000 (16:24 +0000)
committerJunio C Hamano <redacted>
Mon, 26 Jun 2023 16:40:13 +0000 (09:40 -0700)
commitd520d98382d3ad7071bc33e2ea2204a4c64ba7bb
tree7cf382db910ab760b88d6f9be7f24770f709b019
parentda260f61889f0cda3267ca09db3fe48794f52a26
completion: move --pickaxe-{all,regex} to __git_diff_common_options

The options --pickaxe-all and --pickaxe-regex are listed in
__git_diff_difftool_options and repeated in _git_log. Move them to
__git_diff_common_options instead, which makes them available
automatically in the completion of other commands referencing this
variable.

Signed-off-by: Philippe Blain <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
git clone https://git.99rst.org/PROJECT