]> git.eshelyaron.com Git - emacs.git/commit
(vc-print-log-setup-buttons): Start "previous" history with specified revision
authorDmitry Gutov <dmitry@gutov.dev>
Fri, 15 Dec 2023 23:48:29 +0000 (01:48 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 16 Dec 2023 19:14:15 +0000 (20:14 +0100)
commit16b01bcc08cccf1efe1b03550510190fa8ae7212
treed726e2d2aee0cfce0f618b280bef763ffe9f3b7f
parent7b9efe34e58ffdb3a64890a0752845d5fdac0f19
(vc-print-log-setup-buttons): Start "previous" history with specified revision

* lisp/vc/vc-git.el (vc-git-file-name-changes-switches): Remove
the comment above the option.  Seems unnecessary now.

* lisp/vc/vc.el (vc-print-log-setup-buttons): Start the "previous"
change history buffer with the specified revision, rather than
have the sentinel jump to it.  Apparently in some cases the
history of the old name can't be found.  In others, the log just
shows faster.  But note the caveat described in the second new
comment (bug#55871).

(cherry picked from commit 62d96473867dfa71a9719dd41710cd2a155d9055)
lisp/vc/vc-git.el
lisp/vc/vc.el