Variable: magit-wip-debug
magit-wip-debug is a customizable variable defined in magit-wip.el.
Value
nil
Documentation
Whether to record commands used to update wip refs.
If non-nil, log the used commands and their output in the process buffer.
This variable was added, or its default value changed, in magit version 4.5.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-wip.el
(defcustom magit-wip-debug nil
"Whether to record commands used to update wip refs.
If non-nil, log the used commands and their output in the process
buffer."
:package-version '(magit . "4.5.0")
:group 'magit-wip
:type 'boolean)