Variable: magit-branch-direct-configure

magit-branch-direct-configure is a customizable variable defined in magit-branch.el.

Value

t

Documentation

Whether the command magit-branch shows Git variables.

When set to nil, no variables are displayed by this transient command, instead the sub-transient magit-branch-configure has to be used to view and change branch related variables.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-branch.el
(defcustom magit-branch-direct-configure t
  "Whether the command `magit-branch' shows Git variables.
When set to nil, no variables are displayed by this transient
command, instead the sub-transient `magit-branch-configure'
has to be used to view and change branch related variables."
  :package-version '(magit . "2.7.0")
  :group 'magit-commands
  :type 'boolean)