Function: magit-show-refs-head

magit-show-refs-head is an autoloaded, interactive and byte-compiled function defined in magit-refs.el.

Signature

(magit-show-refs-head &optional ARGS)

Documentation

List and compare references in a dedicated buffer.

Compared with HEAD.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-refs.el
;;;###autoload
(defun magit-show-refs-head (&optional args)
  "List and compare references in a dedicated buffer.
Compared with `HEAD'."
  (interactive (list (magit-show-refs-arguments)))
  (magit-refs-setup-buffer "HEAD" args))