Function: magit-log-reflog
magit-log-reflog is an autoloaded, interactive and byte-compiled
function defined in magit-log.el.
Signature
(magit-log-reflog &optional ARGS FILES)
Documentation
Show log for all objects mentioned in all reflogs.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260822.1158/magit-log.el
;;;###autoload
(defun magit-log-reflog (&optional args files)
"Show log for all objects mentioned in all reflogs."
(interactive (magit-log-arguments))
(magit-log-setup-buffer (list "--reflog") args files))