RelNotes: mention "log: add -P as a synonym for --perl-regexp"
To inform users that they can use the short form now. See 7531a2dd87 ("log: add -P as a synonym for --perl-regexp", 2017-05-25). 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
9902d36552f20af4a81cf8a13ba5846064a36c5a
1 file changed
+2
Documentation/RelNotes/2.14.0.txt
+2
@@ -117,6 +117,8 @@ UI, Workflows & Features
117
* "git pull --rebase --recurse-submodules" learns to rebase the
118
branch in the submodules to an updated base.
119
120
+ * "git log" learned -P as a synonym for --perl-regexp, "git grep"
121
+ already had such a synonym.
122
123
Performance, Internal Implementation, Development Support etc.
124