Variable: magit-shell-command-verbose-prompt

magit-shell-command-verbose-prompt is a customizable variable defined in magit.el.

Value

t

Documentation

Whether to show the working directory when reading a command.

This affects magit-git-command, magit-git-command-topdir, magit-shell-command, and magit-shell-command-topdir.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit.el
;;; Git Popup

(defcustom magit-shell-command-verbose-prompt t
  "Whether to show the working directory when reading a command.
This affects `magit-git-command', `magit-git-command-topdir',
`magit-shell-command', and `magit-shell-command-topdir'."
  :package-version '(magit . "2.11.0")
  :group 'magit-commands
  :type 'boolean)