Merge branch 'rs/pcre2-utf'
commitc91b0b7c7270dac8c539062d193749e654b7f002
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Jan 2022 22:01:31 +0000 (5 14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jan 2022 22:01:31 +0000 (5 14:01 -0800)
tree86df5729ee96b399c5f5b578708305670f6e5fbb
parent5d522cddfd910f6aa9383d121ac8dd17dfffff50
parent32e3e8bc551e7b10bbda07110ae7cb15442d0392
Merge branch 'rs/pcre2-utf'

"git grep --perl-regexp" failed to match UTF-8 characters with
wildcard when the pattern consists only of ASCII letters, which has
been corrected.

* rs/pcre2-utf:
  grep/pcre2: factor out literal variable
  grep/pcre2: use PCRE2_UTF even with ASCII patterns
grep.c