We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internally password prompt is configurable via API.
#28
#77
Need more API implementations. For example externally password prompting toolkits like:
SSH_ASKPASS
tty_askpass
GIT_ASKPASS
update-alternatives --list ssh-askpass
git-askpass
"C:\Program Files\Git\mingw64\bin\git-askpass.exe"
The text was updated successfully, but these errors were encountered:
Refactor in preparation for #75 Configurable password prompt mechanisms
e9eb68d
bc24cdd
Partial #75 - tk option for password prompt mechanism
c9437a2
No branches or pull requests
Internally password prompt is configurable via API.
#28
#77
Need more API implementations. For example externally password prompting toolkits like:
SSH_ASKPASS
,tty_askpass
,GIT_ASKPASS
os environment variable for password returning tool #77update-alternatives --list ssh-askpass
git-askpass
, as shipped in git for Windows,"C:\Program Files\Git\mingw64\bin\git-askpass.exe"
The text was updated successfully, but these errors were encountered: