http.c: Avoid username prompt for certifcate credentials
commit75e9a405d4a3fdf9d84282c5fac065257887fd96
authorRene Bredlau <git@unrelated.de>
Fri, 21 Dec 2012 16:31:19 +0000 (21 17:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Dec 2012 18:19:40 +0000 (21 10:19 -0800)
tree73055c8e182f4726ce1559120843ef3082553172
parent086cb911533d6f4233e84c93b08da289ecc8a229
http.c: Avoid username prompt for certifcate credentials

If sslCertPasswordProtected is set to true do not ask for username to decrypt rsa key. This question is pointless, the key is only protected by a password. Internaly the username is simply set to "".

Signed-off-by: Rene Bredlau <git@unrelated.de>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c