NM
Size: a a a
NM
NM
AP
AP
NM
NM
AP
AP
NM
A
AP
NM
NM
AP
NM
NM
D
(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.")))))
DL