branch: elpa/magit
commit 50a3af911d780d6f2e03fa898c0b2f186f986ae1
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-process-password-prompt-regexps: Remove redundant regexp
    
    The one right before matches too, and sets host match group.
---
 lisp/magit-process.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/magit-process.el b/lisp/magit-process.el
index 6df6ad68eb1..b429c775e1b 100644
--- a/lisp/magit-process.el
+++ b/lisp/magit-process.el
@@ -165,13 +165,12 @@ itself from the hook, to avoid further futile attempts."
     "Please enter the passphrase for the ssh key"
     "Please enter the passphrase to unlock the OpenPGP secret key"
     "^\\(?99:[^']+\\)\\('s\\)? password: ?$"
-    "^.+ password: ?$"
     "^Token: $" ; For git-credential-manager-core (#4318).
     "^Yubikey for .*: ?$"
     "^Enter PIN for .*: ?$")
   "List of regexps matching password prompts of Git and its subprocesses.
 Also see `magit-process-find-password-functions'."
-  :package-version '(magit . "3.0.0")
+  :package-version '(magit . "4.2.1")
   :group 'magit-process
   :type '(repeat (regexp)))
 

Reply via email to