]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
git-completion.bash: __git_diff_common_options: add --[no-]patch
authorRobert Karszniewicz <avoidr@posteo.de>
Tue, 6 Oct 2020 22:06:36 +0000 (00:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Oct 2020 17:54:00 +0000 (10:54 -0700)
commit8a1bb7ee9ddee1bb32e08d153fbc4f6c6cc2586d
tree4578844f3c5c69bbf31a5183b893ceff4b6f44b4
parentd98273ba77e1ab9ec755576bc86c716a97bf59d7
git-completion.bash: __git_diff_common_options: add --[no-]patch

At the same time also deduplicate those options from command completions
which use $__git_diff_common_options.

Signed-off-by: Robert Karszniewicz <avoidr@posteo.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash