]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/parse-options-duplicated-long-options' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2026 21:41:20 +0000 (13:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2026 21:41:20 +0000 (13:41 -0800)
commit70cbc2ea975188c504261276c860dcddfd1bbb9f
tree38c2759e9cbb27d5573013f40642d88cdad1f311
parent5a4be22ab6ddc8c4602d4f2edcf9df42dd7838f4
parent237e520d81201eee609cf21e24f1c7ac6719ec8a
Merge branch 'rs/parse-options-duplicated-long-options' into next

The parse-options API learned to notice an options[] array with
duplicated long options.

* rs/parse-options-duplicated-long-options:
  parseopt: check for duplicate long names and numerical options
  pack-objects: remove duplicate --stdin-packs definition
builtin/pack-objects.c
parse-options.c