Variable: vc-annotate-use-short-revision
vc-annotate-use-short-revision is a customizable variable defined in
vc-annotate.el.gz.
Value
t
Documentation
If non-nil, C-x v g (vc-annotate) will use short revisions in its buffer name.
This variable was added, or its default value changed, in Emacs 30.1.
Probably introduced at or before Emacs version 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-annotate.el.gz
(defcustom vc-annotate-use-short-revision t
"If non-nil, \\[vc-annotate] will use short revisions in its buffer name."
:type 'boolean
:version "30.1"
:group 'vc)