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