Function: magit-show-refs-other

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

Signature

(magit-show-refs-other &optional REF ARGS)

Documentation

List and compare references in a dedicated buffer.

Compared with a branch read from the user.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-refs.el
;;;###autoload
(defun magit-show-refs-other (&optional ref args)
  "List and compare references in a dedicated buffer.
Compared with a branch read from the user."
  (interactive (list (magit-read-other-branch "Compare with")
                     (magit-show-refs-arguments)))
  (magit-refs-setup-buffer ref args))