Function: magit-reflog-head
magit-reflog-head is an autoloaded, interactive and byte-compiled
function defined in magit-reflog.el.
Signature
(magit-reflog-head)
Documentation
Display the HEAD reflog.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-reflog.el
;;;###autoload
(defun magit-reflog-head ()
"Display the `HEAD' reflog."
(interactive)
(magit-reflog-setup-buffer "HEAD"))