diff options
| author | Juri Linkov | 2019-07-16 01:27:19 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-07-16 01:27:19 +0300 |
| commit | cdec5a17fd148098e535b4168de0169082176bbd (patch) | |
| tree | dc9b71991bdb7c1ca5b9f497f0167f9ddbf83243 /etc | |
| parent | 6253541c76a449780815f4a8fd75a9aa70b931ae (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -695,6 +695,14 @@ buffers will delete the marked files (or if no files are marked, the | |||
| 695 | file under point). This command does not notify the VC backend, and | 695 | file under point). This command does not notify the VC backend, and |
| 696 | is mostly useful for unregistered files. | 696 | is mostly useful for unregistered files. |
| 697 | 697 | ||
| 698 | *** New command 'vc-log-search' asks for a pattern string, searches | ||
| 699 | it in the revision log, and displays matched log entries in the | ||
| 700 | log buffer. For example, 'M-x vc-log-search RET bug#36644 RET' | ||
| 701 | displays all entries whose log messages match the bug number. | ||
| 702 | With 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 | ||
| 704 | just 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. |