> - If you look at an environment, why check terminal at all? If the
I just worry about user set such environment accident. Learn it from OpenSSH.
Unconditional is okay for me.
You can choose environment name you like. I choose HTTP_ASKPASS just
because getpass only used at http.c
ssl_cert_password = getpass("Certificate Password: ");
OpenSSH is separated application and use own SSH_ASKPASS to ask password ...
May GIT_ASKPASS is optional name.
It is nice to use one dialog for all cases. git-svn also have the same problem.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html