Function: magit-log-format-margin

magit-log-format-margin is a byte-compiled function defined in magit-log.el.

Signature

(magit-log-format-margin REV AUTHOR DATE)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defun magit-log-format-margin (rev author date)
  (when (magit--right-margin-option)
    (if magit-log-margin-show-shortstat
        (magit-log-format-shortstat-margin rev)
      (magit-log-format-author-margin author date))))