]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/help-config-vars'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2021 22:15:58 +0000 (15:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2021 22:15:58 +0000 (15:15 -0700)
commit62f035aee3ff53aa9c5296d5acb4c4b683ba314d
tree8b2ff32deb4922a1468a672b68ecf2284fc09899
parentaf303ee39214a04ad3c01e5924f2e8c09b5c18cb
parent06fa4db3f7e450deb0bb849b338d7a5453f0d183
Merge branch 'ab/help-config-vars'

Teach "git help -c" into helping the command line completion of
configuration variables.

* ab/help-config-vars:
  help: move column config discovery to help.c library
  help / completion: make "git help" do the hard work
  help tests: test --config-for-completion option & output
  help: simplify by moving to OPT_CMDMODE()
  help: correct logic error in combining --all and --guides
  help: correct logic error in combining --all and --config
  help tests: add test for --config output
  help: correct usage & behavior of "git help --guides"
  help: correct the usage string in -h and documentation
builtin/help.c
parse-options.h
t/t0012-help.sh