]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/end-of-options'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Dec 2023 18:14:54 +0000 (10:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Dec 2023 18:14:54 +0000 (10:14 -0800)
"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 "--"

1  2 
parse-options.c
t/t7102-reset.sh

diff --cc parse-options.c
Simple merge
Simple merge