Re: http getpass function in msysgit

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Frank Li
Date: Tuesday, February 2, 2010 - 10:48 pm

>  - 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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
http getpass function in msysgit, Frank Li, (Tue Feb 2, 8:18 pm)
Re: http getpass function in msysgit, Junio C Hamano, (Tue Feb 2, 10:32 pm)
Re: http getpass function in msysgit, Frank Li, (Tue Feb 2, 10:48 pm)
Re: http getpass function in msysgit, Junio C Hamano, (Wed Feb 3, 6:28 pm)
Re: http getpass function in msysgit, Frank Li, (Wed Feb 3, 6:56 pm)
Re: http getpass function in msysgit, Junio C Hamano, (Wed Feb 3, 7:32 pm)