Variable: magit-log-revision-headers-format
magit-log-revision-headers-format is a customizable variable defined
in magit-log.el.
Value
"%+b%+N\nAuthor: %aN <%aE>\nCommitter: %cN <%cE>"
Documentation
Additional format string used with the ++header argument.
This variable was added, or its default value changed, in magit version 3.2.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defcustom magit-log-revision-headers-format "\
%+b%+N
Author: %aN <%aE>
Committer: %cN <%cE>"
"Additional format string used with the `++header' argument."
:package-version '(magit . "3.2.0")
:group 'magit-log
:type 'string)