]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mk/workaround-pcre-jit-ucp-bug'
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Mar 2023 20:47:12 +0000 (13:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Mar 2023 20:47:12 +0000 (13:47 -0700)
A recent-ish change to allow unicode character classes to be used
with "grep -P" triggered a JIT bug in older pcre2 libraries.
The problematic change in Git built with these older libraries has
been disabled to work around the bug.

* mk/workaround-pcre-jit-ucp-bug:
  grep: work around UTF-8 related JIT bug in PCRE2 <= 10.34

1  2 
grep.c

diff --cc grep.c
Simple merge