]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
completion: add GIT_COMPLETION_SHOW_ALL env var
authorRyan Zoeller <rtzoeller@rtzoeller.com>
Wed, 19 Aug 2020 23:06:13 +0000 (23:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Aug 2020 00:46:17 +0000 (17:46 -0700)
commitc099f579b9876447cea36ebd1040507fedd3292a
tree6d30d32d10e5312a248fd26de900f764571f344e
parenta0abe5e3b72c721a687ad9dc1a4a9bafe938c738
completion: add GIT_COMPLETION_SHOW_ALL env var

When set to 1, GIT_COMPLETION_SHOW_ALL causes --git-completion-helper-all
to be passed instead of --git-completion-helper.

Signed-off-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash