Re: [PATCH 5/6] RelNotes: remove duplicate mention of PCRE v2
From: Junio C Hamano <hidden>
Date: 2017-07-20 15:26:40
Ævar Arnfjörð Bjarmason [off-list ref] writes:
That we can link to PCRE v2 is already covered above in "Backward compatibility notes and other notable changes", no need to mention it twice.
This is actually deliberate, as I'd prefer to have a description that is written at the same detail-level (i.e. "just a bullet item, if you want to know more, go read the doc") as the other items in the list, whether a more detailed description is given elsewhere.
quoted hunk
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted> --- Documentation/RelNotes/2.14.0.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)diff --git a/Documentation/RelNotes/2.14.0.txt b/Documentation/RelNotes/2.14.0.txt index 0e363f2af3..fb6a3dba31 100644 --- a/Documentation/RelNotes/2.14.0.txt +++ b/Documentation/RelNotes/2.14.0.txt@@ -88,8 +88,7 @@ UI, Workflows & Features learned to say "it's a pathspec" a bit more often when the syntax looks like so. - * Update "perl-compatible regular expression" support to enable JIT - and also allow linking with the newer PCRE v2 library. + * Update "perl-compatible regular expression" support to enable JIT. * "filter-branch" learned a pseudo filter "--setup" that can be used to define common functions/variables that can be used by other