Variable: magit-log-margin-show-committer-date
magit-log-margin-show-committer-date is a customizable variable
defined in magit-log.el.
Value
nil
Documentation
Whether to show the committer date in the margin.
This option only controls whether the committer date is displayed instead of the author date. Whether some date is displayed in the margin and whether the margin is displayed at all is controlled by other options.
This variable was added, or its default value changed, in magit version 3.0.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defcustom magit-log-margin-show-committer-date nil
"Whether to show the committer date in the margin.
This option only controls whether the committer date is displayed
instead of the author date. Whether some date is displayed in
the margin and whether the margin is displayed at all is
controlled by other options."
:package-version '(magit . "3.0.0")
:group 'magit-log
:group 'magit-margin
:type 'boolean)