Variable: magit-refs-show-remote-prefix

magit-refs-show-remote-prefix is a customizable variable defined in magit-refs.el.

Value

nil

Documentation

Whether to show the remote prefix in lists of remote branches.

This is redundant because the name of the remote is already shown in the heading preceding the list of its branches.

This variable was added, or its default value changed, in magit version 2.12.0.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-refs.el
(defcustom magit-refs-show-remote-prefix nil
  "Whether to show the remote prefix in lists of remote branches.

This is redundant because the name of the remote is already shown
in the heading preceding the list of its branches."
  :package-version '(magit . "2.12.0")
  :group 'magit-refs
  :type 'boolean)