branch: elpa/magit commit c28ddcf14e3d56135a56750cf792729f2bc51ed7 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-process-password-prompt-regexps: Move a newline --- lisp/magit-process.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/magit-process.el b/lisp/magit-process.el index 039288c7470..3eff06f15b0 100644 --- a/lisp/magit-process.el +++ b/lisp/magit-process.el @@ -161,8 +161,8 @@ itself from the hook, to avoid further futile attempts." '(;; * CLI-prompt for passphrase for key: "^\\(Enter \\)?[Pp]assphrase\\( for \\(RSA \\)?key '.*'\\)?: ?$" ;; * Password for [user@]host (which we put in match group 99): - "^\\(Enter \\|([^) ]+) \\)?\ -[Pp]assword\\( for '?\\(https?://\\)?\\(?99:[^']+\\)'?\\)?: ?$" + "^\\(Enter \\|([^) ]+) \\)?[Pp]assword\\( for \ +'?\\(https?://\\)?\\(?99:[^']+\\)'?\\)?: ?$" "^\\(?99:[^']+\\)\\('s\\)? password: ?$" ;; * Token for git-credential-manager-core (#4318): "^Token: $"