RelNotes: mention "log: make --regexp-ignore-case work with --perl-regexp"

To inform users that they can use --regexp-ignore-case now, and that existing scripts which relied on that + PCRE may be buggy. See 9e3cbc59d5 ("log: make --regexp-ignore-case work with --perl-regexp", 2017-05-20). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ævar Arnfjörð Bjarmason committed Jul 20, 2017 at 14:19 UTC b18a38bfcfb0870fb0415410192f29ab7110320b
1 file changed +3
Documentation/RelNotes/2.14.0.txt
+3
@@ -120,6 +120,9 @@ UI, Workflows & Features
120 * "git log" learned -P as a synonym for --perl-regexp, "git grep"
121 already had such a synonym.
122
123 + * "git log" didn't understand --regexp-ignore-case when combined with
124 + --perl-regexp. This has been fixed.
125 +
126 Performance, Internal Implementation, Development Support etc.
127
128 * The default packed-git limit value has been raised on larger