Skip to content

Commit b18a38b

Browse files
avargitster
authored andcommitted
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 9e3cbc5 ("log: make --regexp-ignore-case work with --perl-regexp", 2017-05-20). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9902d36 commit b18a38b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/RelNotes/2.14.0.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ UI, Workflows & Features
120120
* "git log" learned -P as a synonym for --perl-regexp, "git grep"
121121
already had such a synonym.
122122

123+
* "git log" didn't understand --regexp-ignore-case when combined with
124+
--perl-regexp. This has been fixed.
125+
123126
Performance, Internal Implementation, Development Support etc.
124127

125128
* The default packed-git limit value has been raised on larger

0 commit comments

Comments
 (0)