From: Junio C Hamano Date: Wed, 13 Oct 2021 22:15:58 +0000 (-0700) Subject: Merge branch 'ab/align-parse-options-help' X-Git-Tag: v2.34.0-rc0~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7bc8521518d4821c5d2e18742991a6ad05efee1;p=thirdparty%2Fgit.git Merge branch 'ab/align-parse-options-help' When "git cmd -h" shows more than one line of usage text (e.g. the cmd subcommand may take sub-sub-command), parse-options API learned to align these lines, even across i18n/l10n. * ab/align-parse-options-help: parse-options: properly align continued usage output git rev-parse --parseopt tests: add more usagestr tests send-pack: properly use parse_options() API for usage string parse-options API users: align usage output in C-strings --- d7bc8521518d4821c5d2e18742991a6ad05efee1