Use `magit-present-log-line-function'.
This commit is contained in:
parent
dcbb449238
commit
f8f6a2c103
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -1915,7 +1915,7 @@ string which will represent the log line.")
|
|||
(string= s "tag:"))
|
||||
(split-string (match-string 3) "[(), ]" t)))))
|
||||
(delete-region (point-at-bol) (point-at-eol))
|
||||
(insert (magit-present-log-line chart sha1 refs msg))
|
||||
(insert (funcall magit-present-log-line-function chart sha1 refs msg))
|
||||
(goto-char (point-at-bol))
|
||||
(if sha1
|
||||
(magit-with-section sha1 'commit
|
||||
|
|
Loading…
Reference in a new issue