From: Junio C Hamano Date: Tue, 5 Sep 2023 21:38:56 +0000 (-0700) Subject: Merge branch 'rs/parse-options-help-text-is-optional' X-Git-Tag: v2.43.0-rc0~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27e2ea97da6addecb7e2d3c5f97a668276f3e951;p=thirdparty%2Fgit.git Merge branch 'rs/parse-options-help-text-is-optional' 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 --- 27e2ea97da6addecb7e2d3c5f97a668276f3e951