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>2018-04-11 07:09:57 +0300
committerJunio C Hamano <gitster@pobox.com>2018-04-11 07:09:57 +0300
commit9b59d8869de2fdb63b1ac4cbd68c42b15bda2a19 (patch)
tree08c48ad6c3051a613a9dadb3b4cd559d298571b5 /Documentation
parentc40c1a0df23203f9e05e7c5c01a157d414b37720 (diff)
parentd81b651f56060038a1547f4beb949122533a8165 (diff)
Merge branch 'lv/tls-1.3'
When built with more recent cURL, GIT_SSL_VERSION can now specify "tlsv1.3" as its value. * lv/tls-1.3: http: allow use of TLS 1.3
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 4e0cff87f6..2659153cb3 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1957,6 +1957,7 @@ http.sslVersion::
- tlsv1.0
- tlsv1.1
- tlsv1.2
+ - tlsv1.3
+
Can be overridden by the `GIT_SSL_VERSION` environment variable.