]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2024 21:34:12 +0000 (13:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2024 21:34:12 +0000 (13:34 -0800)
commit2e77b83993fa158da009dfdf18ec9f8856053895
treef73ec360ba07f24c8a01d8797089efd3af53015c
parent262fa1e968e8e11884afd644e788937b70a1e53e
parent457f96252fcfd64127f71e8663e2e4b6dfd4576c
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix'

"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