You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous regex for credential helpers included even the following
credential:
```
[credential "helperselector"]
selected = manager-core
```
which gets introduced by Git for Windows and fails our assumption about
what a credential helper is.
The commit also removes a test that mirrors what `credential_helpers`
does (otherwise, we would have to maintain the same regex at two places,
the definition of `credential_helpers` and the test case).
Fixes#45693
0 commit comments