Re: [PATCH 6/6] RelNotes: add more notes about PCRE in 2.14

2017-07-20 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > We were missing any mention that: > > - PCRE is now faster with JIT > - That it's now faster than the other regex backends > - That therefore you might want to use it by default, but beware of >the incompatible syntax. Hmph. All of that has been more or

[PATCH 6/6] RelNotes: add more notes about PCRE in 2.14

2017-07-20 Thread Ævar Arnfjörð Bjarmason
We were missing any mention that: - PCRE is now faster with JIT - That it's now faster than the other regex backends - That therefore you might want to use it by default, but beware of the incompatible syntax. Signed-off-by: Ævar Arnfjörð Bjarmason --- Documentation/RelNotes/2.14.0.txt |