We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233535e commit 758c066Copy full SHA for 758c066
credential.c
@@ -136,9 +136,7 @@ static void credential_getpass(struct credential *c)
136
{
137
if (!c->username)
138
c->username = credential_ask_one("Username", c,
139
- (getenv("GIT_ASKPASS") ?
140
- PROMPT_ASKPASS : 0) |
141
- PROMPT_ECHO);
+ PROMPT_ASKPASS|PROMPT_ECHO);
142
if (!c->password)
143
c->password = credential_ask_one("Password", c,
144
PROMPT_ASKPASS);
0 commit comments