From: Junio C Hamano Date: Sun, 19 Jul 2026 17:42:16 +0000 (-0700) Subject: Merge branch 'bc/parse-options-exit-0-on-help' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=620657c9417f113823e7b8f860386f43bfd7ee3c;p=thirdparty%2Fgit.git Merge branch 'bc/parse-options-exit-0-on-help' Option parsing with 'git rev-parse --parseopt' and in most 'git' subcommands has been updated to exit with 0 (instead of 129) when the help option ('-h' or '--help') is requested directly by the user, aligning with standard Unix convention. * bc/parse-options-exit-0-on-help: parse-options: exit 0 on -h rev-parse: have --parseopt callers exit 0 on --help parse-options: add a separate case for help output on error t1517: skip svn tests if svn is not installed --- 620657c9417f113823e7b8f860386f43bfd7ee3c