]> git.eshelyaron.com Git - emacs.git/commit
Use short revisions by default when navigating to revisions
authorJim Porter <jporterbugs@gmail.com>
Wed, 25 Jun 2025 05:50:22 +0000 (22:50 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 07:45:56 +0000 (09:45 +0200)
commit10e527be4e2fe356fccd76316eafe0c5b6283a95
tree302f91db01cf670fc0cf0e47da2683ec4061a9e2
parent2fd16e1a32aeb4fe168f13118ca6aedc6336ac92
Use short revisions by default when navigating to revisions

* lisp/vc/vc-annotate.el (vc-annotate-revision-previous-to-line)
(vc-annotate-show-diff-revision-at-line-internal)
(vc-annotate-warp-revision): Let-bind 'vc-use-short-revision'
around calls to 'previous-revision' and 'next-revision'.

* lisp/vc/vc-git.el (vc-git-previous-revision, vc-git-next-revision):
Handle 'vc-use-short-revision' option (bug#78900).

(cherry picked from commit e88af5fff7fbb148a5ddad377219336dc22500b1)
lisp/vc/vc-annotate.el
lisp/vc/vc-git.el