1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Add NEWS entry for abbreviating Git revisions in 'vc-annotate'

* etc/NEWS: Document new cases where 'vc-annotate' abbreviates Git
revisions (bug#78900).
This commit is contained in:
Jim Porter 2025-07-08 20:00:03 -07:00
parent db46d5e833
commit 87cae92e7c

View file

@ -1930,6 +1930,13 @@ changes to be committed in a window. This is like the 'C-c C-d' command
in Log Edit mode buffers, except that it does not select the "*vc-diff*" in Log Edit mode buffers, except that it does not select the "*vc-diff*"
buffer's window, and so works well when added to 'log-edit-hook'. buffer's window, and so works well when added to 'log-edit-hook'.
---
*** 'vc-annotate' now abbreviates the Git revision in more cases.
In Emacs 30, 'vc-annotate' gained the ability to abbreviate the Git
revision in the buffer name. Now, it also abbreviates the Git revision
when visiting other revisions, such as with
'vc-annotate-revision-previous-to-line'.
--- ---
*** New buffer-local variable 'vc-buffer-overriding-fileset'. *** New buffer-local variable 'vc-buffer-overriding-fileset'.
Primarily intended for buffers not visiting files, this specifies the Primarily intended for buffers not visiting files, this specifies the