]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/pcre2-utf'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Jan 2022 22:01:31 +0000 (14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jan 2022 22:01:31 +0000 (14:01 -0800)
"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

1  2 
grep.c

diff --cc grep.c
Simple merge