diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-26 15:45:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-26 15:45:31 -0700 |
commit | ed070a40072f01aa819f114bf6b35edf0f53cab2 (patch) | |
tree | 89dd1feca83ee6672db5cf893b7a8f9dfd00705b /contrib | |
parent | 51e83a4898b47ff3286f1cff65c3715ee803ade9 (diff) | |
parent | 01861cb7a27b948bc0218877311f531f25386691 (diff) | |
download | git-ed070a40072f01aa819f114bf6b35edf0f53cab2.tar.gz git-ed070a40072f01aa819f114bf6b35edf0f53cab2.tar.xz |
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.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 087771bb8..3da7dc209 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 |