diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2017-07-20 14:19:23 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-20 13:33:57 -0700 |
commit | b18a38bfcfb0870fb0415410192f29ab7110320b (patch) | |
tree | 714c25e2226733b5375933b3a5306ffe7c0f49b9 /Documentation | |
parent | 9902d36552f20af4a81cf8a13ba5846064a36c5a (diff) | |
download | git-b18a38bfcfb0870fb0415410192f29ab7110320b.tar.gz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.14.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.14.0.txt b/Documentation/RelNotes/2.14.0.txt index 9a4c2bb649..c125f8fd68 100644 --- a/Documentation/RelNotes/2.14.0.txt +++ b/Documentation/RelNotes/2.14.0.txt @@ -120,6 +120,9 @@ UI, Workflows & Features * "git log" learned -P as a synonym for --perl-regexp, "git grep" already had such a synonym. + * "git log" didn't understand --regexp-ignore-case when combined with + --perl-regexp. This has been fixed. + Performance, Internal Implementation, Development Support etc. * The default packed-git limit value has been raised on larger |