aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorElia Pinto <gitter.spiros@gmail.com>2015-08-14 21:37:43 +0200
committerJunio C Hamano <gitster@pobox.com>2015-08-17 10:16:34 -0700
commit01861cb7a27b948bc0218877311f531f25386691 (patch)
tree271f70b8ba0db05ceba32ac4f5f106c52ecdc836 /contrib
parenta17c56c056d5fea0843b429132904c429a900229 (diff)
downloadgit-01861cb7a27b948bc0218877311f531f25386691.tar.gz
git-01861cb7a27b948bc0218877311f531f25386691.tar.xz
http: add support for specifying the SSL version
Teach git about a new option, "http.sslVersion", which permits one to specify the SSL version to use when negotiating SSL connections. The setting can be overridden by the GIT_SSL_VERSION environment variable. Signed-off-by: Elia Pinto <gitter.spiros@gmail.com> Helped-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index c97c648d7..6e9359c29 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2118,6 +2118,7 @@ _git_config ()
http.postBuffer
http.proxy
http.sslCipherList
+ http.sslVersion
http.sslCAInfo
http.sslCAPath
http.sslCert