]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitd35cd54a23f8114dd6924f705cd125c71b8c1746
tree2b415e8b6827e0de69c830bf8b7a98d1ca0cac8d
parenta15b8451f2451fd212e0929b1bacb34de28cdc46
parent14b9a044798ebb3858a1f1a1377309a3d6054ac8
Merge branch 'mk/workaround-pcre-jit-ucp-bug'

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
grep.c