Variable: magit-process-username-prompt-regexps

magit-process-username-prompt-regexps is a customizable variable defined in magit-process.el.

Value

("^Username for '.*': ?$")

Documentation

List of regexps matching username prompts of Git and its subprocesses.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-process.el
(defcustom magit-process-username-prompt-regexps
  '("^Username for '.*': ?$")
  "List of regexps matching username prompts of Git and its subprocesses."
  :package-version '(magit . "2.1.0")
  :group 'magit-process
  :type '(repeat (regexp)))