diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-07-09 01:00:36 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-09 01:00:36 -0700 |
commit | c535d767f7a518b79a0f9b9a70ec746de76da97c (patch) | |
tree | 84f4889857e93a4a2bf526436ab0c9fd11855688 /Documentation | |
parent | 128a9d86da3c156c7d1bf25692eeb68a522af935 (diff) | |
parent | 754ae192a4390baeb4d00b96e72c69023efb22ee (diff) | |
download | git-c535d767f7a518b79a0f9b9a70ec746de76da97c.tar.gz git-c535d767f7a518b79a0f9b9a70ec746de76da97c.tar.xz |
Merge branch 'ml/http'
* ml/http:
http.c: add http.sslCertPasswordProtected option
http.c: prompt for SSL client certificate password
Conflicts:
http.c
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index bf97e1dee..cb6832b4e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1045,6 +1045,12 @@ http.sslKey:: over HTTPS. Can be overridden by the 'GIT_SSL_KEY' environment variable. +http.sslCertPasswordProtected:: + Enable git's password prompt for the SSL certificate. Otherwise + OpenSSL will prompt the user, possibly many times, if the + certificate or private key is encrypted. Can be overridden by the + 'GIT_SSL_CERT_PASSWORD_PROTECTED' environment variable. + http.sslCAInfo:: File containing the certificates to verify the peer with when fetching or pushing over HTTPS. Can be overridden by the |