Function: magit-show-refs-current

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

Signature

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

Documentation

List and compare references in a dedicated buffer.

Compare with the current branch or HEAD if it is detached.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-refs.el
;;;###autoload
(defun magit-show-refs-current (&optional args)
  "List and compare references in a dedicated buffer.
Compare with the current branch or `HEAD' if it is detached."
  (interactive (list (magit-show-refs-arguments)))
  (magit-refs-setup-buffer (magit-get-current-branch) args))