]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/config/format.txt
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix' into maint-2.43
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:44:48 +0000 (14:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:44:48 +0000 (14:44 -0800)
commitd982de5d32582bfebf30386468d43290efa258c5
tree074a5f8a93cac0b2087cbdcd98b0efb37ffcaddc
parent904ca69428ccf38242ad08f60f516b90561ae1ed
parent457f96252fcfd64127f71e8663e2e4b6dfd4576c
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix' into maint-2.43

"git diff --no-rename A B" did not disable rename detection but did
not trigger an error from the command line parser.

* rs/parse-options-with-keep-unknown-abbrev-fix:
  parse-options: simplify positivation handling
  parse-options: fully disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
parse-options.c
t/t4013-diff-various.sh