summaryrefslogtreecommitdiff
path: root/Documentation/config/http.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-04 21:33:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-01-04 21:33:32 (GMT)
commit13d991929810ebfdf6b75d91cdc72561213d548a (patch)
tree90488d70c3d63f2b80788fbb049d082260ba4c76 /Documentation/config/http.txt
parentac193e0e0aa5e93263b82777219167c83c316b7e (diff)
parentd73019feb44b9cb89d9967fb36eae809e8146ace (diff)
downloadgit-13d991929810ebfdf6b75d91cdc72561213d548a.zip
git-13d991929810ebfdf6b75d91cdc72561213d548a.tar.gz
git-13d991929810ebfdf6b75d91cdc72561213d548a.tar.bz2
Merge branch 'fc/http-version'
The "http.version" configuration variable can be used with recent enough cURL library to force the version of HTTP used to talk when fetching and pushing. * fc/http-version: http: add support selecting http version
Diffstat (limited to 'Documentation/config/http.txt')
-rw-r--r--Documentation/config/http.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/config/http.txt b/Documentation/config/http.txt
index a56d848..5a32f5b 100644
--- a/Documentation/config/http.txt
+++ b/Documentation/config/http.txt
@@ -68,6 +68,15 @@ http.saveCookies::
If set, store cookies received during requests to the file specified by
http.cookieFile. Has no effect if http.cookieFile is unset.
+http.version::
+ Use the specified HTTP protocol version when communicating with a server.
+ If you want to force the default. The available and default version depend
+ on libcurl. Actually the possible values of
+ this option are:
+
+ - HTTP/2
+ - HTTP/1.1
+
http.sslVersion::
The SSL version to use when negotiating an SSL connection, if you
want to force the default. The available and default version