diff options
author | Elia Pinto <gitter.spiros@gmail.com> | 2015-08-14 21:37:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-17 10:16:34 -0700 |
commit | 01861cb7a27b948bc0218877311f531f25386691 (patch) | |
tree | 271f70b8ba0db05ceba32ac4f5f106c52ecdc836 /contrib | |
parent | a17c56c056d5fea0843b429132904c429a900229 (diff) | |
download | git-01861cb7a27b948bc0218877311f531f25386691.tar.gz |
http: add support for specifying the SSL versionep/http-configure-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.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index c97c648d7e..6e9359c290 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 |