]> 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)
committerDmitry Gutov <dmitry@gutov.dev>
Fri, 15 Dec 2023 23:48:29 +0000 (01:48 +0200)
commit62d96473867dfa71a9719dd41710cd2a155d9055
tree2249a8650601c25e1a23bdec9602b84930a59e15
parente154c81c0bfcd2159a3c86e53d7281dfd5797088
(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).
lisp/vc/vc-git.el
lisp/vc/vc.el