Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-27 01:45:31 +0300
committerJunio C Hamano <gitster@pobox.com>2015-08-27 01:45:31 +0300
commited070a40072f01aa819f114bf6b35edf0f53cab2 (patch)
tree89dd1feca83ee6672db5cf893b7a8f9dfd00705b /contrib
parent51e83a4898b47ff3286f1cff65c3715ee803ade9 (diff)
parent01861cb7a27b948bc0218877311f531f25386691 (diff)
Merge branch 'ep/http-configure-ssl-version'
A new configuration variable http.sslVersion can be used to specify what specific version of SSL/TLS to use to make a connection. * ep/http-configure-ssl-version: http: add support for specifying the SSL version
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 087771bb89..3da7dc209d 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2121,6 +2121,7 @@ _git_config ()
http.postBuffer
http.proxy
http.sslCipherList
+ http.sslVersion
http.sslCAInfo
http.sslCAPath
http.sslCert