D
Size: a a a
D
DL
(defun magit-blame-maybe-show-message ()
(when (magit-blame--style-get 'show-message)
(let ((message-log-max 0))
(if-let ((msg (cdr (assoc "summary"
(gethash (oref (magit-current-blame-chunk)
orig-rev)
magit-blame-cache)))))
(progn (set-text-properties 0 (length msg) nil msg)
(eros--make-result-overlay msg
:where (point)
:duration eros-eval-result-duration))
(message "Commit data not available yet. Still blaming.")))))
magit-blame-styles
позволяет настроить разный форматD
DL
D
VL
VL
VL
VL
A
A
NM
A
AP
A
VL
AT
AP
MK
AP