]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5526-fetch-submodules.sh
Merge branch 'jk/end-of-options' into maint-2.43
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:02 +0000 (16:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:02 +0000 (16:22 -0800)
commit19fa15fb2d8d002ce382901fa7b31de2853627bd
treefd1bb65fbc95e93a92cb3ad636aafc45a307fc97
parent4b50f8614100a41c963a6a2d5e7424e0ff4e0863
parent9385174627cbb7301b1007912514a66b75d78f31
Merge branch 'jk/end-of-options' into maint-2.43

"git $cmd --end-of-options --rev -- --path" for some $cmd failed
to interpret "--rev" as a rev, and "--path" as a path.  This was
fixed for many programs like "reset" and "checkout".

* jk/end-of-options:
  parse-options: decouple "--end-of-options" and "--"
parse-options.c
t/t7102-reset.sh