]> git.eshelyaron.com Git - emacs.git/commit
Show buttons below vc-log even when REVISION is specified
authorDmitry Gutov <dmitry@gutov.dev>
Fri, 15 Dec 2023 23:36:47 +0000 (01:36 +0200)
committerDmitry Gutov <dmitry@gutov.dev>
Fri, 15 Dec 2023 23:36:47 +0000 (01:36 +0200)
commite154c81c0bfcd2159a3c86e53d7281dfd5797088
treeb1ffb5b72e4fcb3d23b8991772326b73407b557f
parent5b80894d0a7ff94496c37bad595579c29f5a925c
Show buttons below vc-log even when REVISION is specified

E.g. in the vc-print-branch-log which specifies start revision.

* lisp/vc/vc.el (vc-print-log-internal): Remove outdated comment.
(vc-print-log-setup-buttons): Only special-case non-nil
IS-START-REVISION when LIMIT=1.  We often do need buttons for logs
that start with a particular revision, because those are still limited
by vc-log-show-limit.
lisp/vc/vc.el