aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-07-16 01:27:19 +0300
committerJuri Linkov2019-07-16 01:27:19 +0300
commitcdec5a17fd148098e535b4168de0169082176bbd (patch)
treedc9b71991bdb7c1ca5b9f497f0167f9ddbf83243 /etc
parent6253541c76a449780815f4a8fd75a9aa70b931ae (diff)
downloademacs-cdec5a17fd148098e535b4168de0169082176bbd.tar.gz
emacs-cdec5a17fd148098e535b4168de0169082176bbd.zip
* lisp/vc/vc.el (vc-log-search): New command (bug#36644).
* lisp/vc/vc-git.el (vc-git-log-search): New function. (vc-git-log-view-mode): Check vc-log-view-type for log-search.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index edba159bd49..76ea1df8213 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -695,6 +695,14 @@ buffers will delete the marked files (or if no files are marked, the
695file under point). This command does not notify the VC backend, and 695file under point). This command does not notify the VC backend, and
696is mostly useful for unregistered files. 696is mostly useful for unregistered files.
697 697
698*** New command 'vc-log-search' asks for a pattern string, searches
699it in the revision log, and displays matched log entries in the
700log buffer. For example, 'M-x vc-log-search RET bug#36644 RET'
701displays all entries whose log messages match the bug number.
702With a prefix argument asks for a command, so for example,
703'C-u M-x vc-log-search RET git log -1 f302475 RET' will display
704just one log entry found by its revision number.
705
698** Diff mode 706** Diff mode
699+++ 707+++
700*** Hunks are now automatically refined by font-lock. 708*** Hunks are now automatically refined by font-lock.