]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/grep-no-no-or'
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Sep 2023 20:53:13 +0000 (13:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Sep 2023 20:53:13 +0000 (13:53 -0700)
commit921a713d66acdc90427ab80c4cb039be73b3ae72
tree48959c54981008e7256e61b10b3500daef63a7cc
parentbda494f4043963b9ec9a1ecd4b19b7d1cd9a0518
parentaae8558b1038de452acee672dffca30339f65fa9
Merge branch 'rs/grep-no-no-or'

"git grep -e A --no-or -e B" is accepted, even though the negation
of "or" did not mean anything, which has been tightened.

* rs/grep-no-no-or:
  grep: reject --no-or
builtin/grep.c