* lisp/vc/vc-git.el (vc-git-log-view-mode): Font-lock AuthorDate (bug#40248)
Highlight "AuthorDate" in log-view-font-lock-keywords when [format] pretty = fuller.
This commit is contained in:
parent
2ab66c9f9b
commit
eb9e065c00
1 changed files with 1 additions and 1 deletions
|
@ -1266,7 +1266,7 @@ log entries."
|
|||
("^Merge: \\([0-9a-z]+\\) \\([0-9a-z]+\\)"
|
||||
(1 'change-log-acknowledgment)
|
||||
(2 'change-log-acknowledgment))
|
||||
("^Date: \\(.+\\)" (1 'change-log-date))
|
||||
("^\\(?:Date: \\|AuthorDate: \\)\\(.+\\)" (1 'change-log-date))
|
||||
("^summary:[ \t]+\\(.+\\)" (1 'log-view-message)))))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue