On Fri, Jul 26, 2019 at 8:09 AM Ævar Arnfjörð Bjarmason <[email protected]> wrote: > > This patch does nothing to fix that, instead we sneak in support for > fixed patterns starting with "(*NO_JIT)", this disables the PCRE v2 > jit with implicit fixed-string matching for testing, see > pcre2syntax(3) the syntax.
Alternativelly; using `git -c pcre.jit=false grep ...` on top of [1], might be cleaner Carlo [1] https://public-inbox.org/git/[email protected]/

