]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http.c: fix parsing of http.sslCertPasswordProtected variable
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Jul 2013 18:52:47 +0000 (11:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 31 Jul 2013 19:09:13 +0000 (12:09 -0700)
commit3f4ccd2b0be476dfc3b556c71797712332bae00c
tree499975364a61c5997c5d6c19e7bd399201c0d416
parentedca4152560522a431a51fc0a06147fc680b5b18
http.c: fix parsing of http.sslCertPasswordProtected variable

The existing code triggers only when the configuration variable is
set to true.  Once the variable is set to true in a more generic
configuration file (e.g. ~/.gitconfig), it cannot be overriden to
false in the repository specific one (e.g. .git/config).

Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c