Variable: magit-remote-direct-configure
magit-remote-direct-configure is a customizable variable defined in
magit-remote.el.
Value
t
Documentation
Whether the command magit-remote shows Git variables.
When set to nil, no variables are displayed by this transient
command, instead the sub-transient magit-remote-configure
has to be used to view and change remote related variables.
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-remote.el
(defcustom magit-remote-direct-configure t
"Whether the command `magit-remote' shows Git variables.
When set to nil, no variables are displayed by this transient
command, instead the sub-transient `magit-remote-configure'
has to be used to view and change remote related variables."
:package-version '(magit . "2.12.0")
:group 'magit-commands
:type 'boolean)