Function: magit-reflog-other
magit-reflog-other is an autoloaded, interactive and byte-compiled
function defined in magit-reflog.el.
Signature
(magit-reflog-other REF)
Documentation
Display the reflog of a branch or another ref.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-reflog.el
;;;###autoload
(defun magit-reflog-other (ref)
"Display the reflog of a branch or another ref."
(interactive (list (magit-read-local-branch-or-ref "Show reflog for")))
(magit-reflog-setup-buffer ref))