summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
diff options
context:
space:
mode:
authorElia Pinto <gitter.spiros@gmail.com>2015-08-14 19:37:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-17 17:16:34 (GMT)
commit01861cb7a27b948bc0218877311f531f25386691 (patch)
tree271f70b8ba0db05ceba32ac4f5f106c52ecdc836 /contrib/completion/git-completion.bash
parenta17c56c056d5fea0843b429132904c429a900229 (diff)
downloadgit-01861cb7a27b948bc0218877311f531f25386691.zip
git-01861cb7a27b948bc0218877311f531f25386691.tar.gz
git-01861cb7a27b948bc0218877311f531f25386691.tar.bz2
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/completion/git-completion.bash')
-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 c97c648..6e9359c 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