Function: magit-insert-log
magit-insert-log is a byte-compiled function defined in magit-log.el.
This function is obsolete since Magit 4.0.0; use magit--insert-log
instead.
Signature
(magit-insert-log REVS &optional ARGS FILES)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defun magit-insert-log (revs &optional args files)
(declare (obsolete magit--insert-log "Magit 4.0.0"))
(magit--insert-log nil revs args files))