summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-07-09 08:00:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-07-09 08:00:36 (GMT)
commitc535d767f7a518b79a0f9b9a70ec746de76da97c (patch)
tree84f4889857e93a4a2bf526436ab0c9fd11855688 /Documentation
parent128a9d86da3c156c7d1bf25692eeb68a522af935 (diff)
parent754ae192a4390baeb4d00b96e72c69023efb22ee (diff)
downloadgit-c535d767f7a518b79a0f9b9a70ec746de76da97c.zip
git-c535d767f7a518b79a0f9b9a70ec746de76da97c.tar.gz
git-c535d767f7a518b79a0f9b9a70ec746de76da97c.tar.bz2
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.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index bf97e1d..cb6832b 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