]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7521-ignored-mode.sh
Merge branch 'rs/grep-parser-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Jul 2021 23:52:53 +0000 (16:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Jul 2021 23:52:53 +0000 (16:52 -0700)
commit1157618a2ae50ae611ca22ce1833760bc0456156
tree7e0a1cbd4401c16d93a82981a385726655cc052c
parent21ef7ee4d6104c35fc6753da5406c842fb2d9286
parentfe7fe62d8da0949d9b2bca34467b349bd294e91b
Merge branch 'rs/grep-parser-fix'

"git grep --and -e foo" ought to have been diagnosed as an error
but instead segfaulted, which has been corrected.

* rs/grep-parser-fix:
  grep: report missing left operand of --and
grep.c
t/t7810-grep.sh