]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rz/complete-more-options'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Aug 2020 21:04:49 +0000 (14:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Aug 2020 21:04:49 +0000 (14:04 -0700)
Command line completion (in contrib/) usually omits redundant,
deprecated and/or dangerous options from its output; it learned to
optionally include all of them.

* rz/complete-more-options:
  completion: add GIT_COMPLETION_SHOW_ALL env var
  parse-options: add --git-completion-helper-all


Trivial merge