Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
RelNotes: mention "log: add -P as a synonym for --perl-regexp"
author
Ævar Arnfjörð Bjarmason
<avarab@gmail.com>
Thu, 20 Jul 2017 14:19:22 +0000
(14:19 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 20 Jul 2017 20:33:50 +0000
(13:33 -0700)
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>
Documentation/RelNotes/2.14.0.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
cac25fc
)
diff --git
a/Documentation/RelNotes/2.14.0.txt
b/Documentation/RelNotes/2.14.0.txt
index 2f3879fe96f908f075022a037de46f7bc4a66765..9a4c2bb649861084cd6a65ada6d37d6641e77c69 100644
(file)
--- a/
Documentation/RelNotes/2.14.0.txt
+++ b/
Documentation/RelNotes/2.14.0.txt
@@
-117,6
+117,8
@@
UI, Workflows & Features
* "git pull --rebase --recurse-submodules" learns to rebase the
branch in the submodules to an updated base.
+ * "git log" learned -P as a synonym for --perl-regexp, "git grep"
+ already had such a synonym.
Performance, Internal Implementation, Development Support etc.