http: add support for specifying the SSL version
commit01861cb7a27b948bc0218877311f531f25386691
authorElia Pinto <gitter.spiros@gmail.com>
Fri, 14 Aug 2015 19:37:43 +0000 (14 21:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Aug 2015 17:16:34 +0000 (17 10:16 -0700)
tree271f70b8ba0db05ceba32ac4f5f106c52ecdc836
parenta17c56c056d5fea0843b429132904c429a900229
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>
Documentation/config.txt
contrib/completion/git-completion.bash
http.c