]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/parse-options-help-text-is-optional'
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Sep 2023 21:38:56 +0000 (14:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Sep 2023 21:38:56 +0000 (14:38 -0700)
It may be tempting to leave the help text NULL for a command line
option that is either hidden or too obvious, but "git subcmd -h"
and "git subcmd --help-all" would have segfaulted if done so.  Now
the help text is optional.

* rs/parse-options-help-text-is-optional:
  parse-options: allow omitting option help text


Trivial merge