summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-04-11 13:09:57 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-04-11 13:09:57 +0900
commit9b59d8869de2fdb63b1ac4cbd68c42b15bda2a19 (patch)
tree08c48ad6c3051a613a9dadb3b4cd559d298571b5 /Documentation/config.txt
parentMerge branch 'pk/test-avoid-pipe-hiding-exit-status' (diff)
parenthttp: allow use of TLS 1.3 (diff)
downloadtgif-9b59d8869de2fdb63b1ac4cbd68c42b15bda2a19.tar.xz
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/config.txt')
-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.