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-20260813.2147/magit-reflog.el
;;;###autoload
(defun magit-reflog-head ()
"Display the `HEAD' reflog."
(interactive)
(magit-reflog-setup-buffer "HEAD"))