summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-24 15:41:08 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-24 15:41:08 -0800
commit3fcdd0774d9c54ba3fd7344eed95570cd2e5f329 (patch)
tree2a3467b59ee5ade0b5644a09b9875da6afdbb920 /config.txt
parentb29ef02fe1b74d3a60b520c68cf021f2250473c0 (diff)
downloadgit-htmldocs-3fcdd0774d9c54ba3fd7344eed95570cd2e5f329.tar.gz
Autogenerated HTML docs for v2.7.2-367-g56f37
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index 01cca0a70..2cd6bdd7d 100644
--- a/config.txt
+++ b/config.txt
@@ -1648,6 +1648,12 @@ http.proxyAuthMethod::
* `ntlm` - NTLM authentication (compare the --ntlm option of `curl(1)`)
--
+http.emptyAuth::
+ Attempt authentication without seeking a username or password. This
+ can be used to attempt GSS-Negotiate authentication without specifying
+ a username in the URL, as libcurl normally requires a username for
+ authentication.
+
http.cookieFile::
File containing previously stored cookie lines which should be used
in the Git http session, if they match the server. The file format
@@ -1727,6 +1733,14 @@ http.sslCAPath::
with when fetching or pushing over HTTPS. Can be overridden
by the 'GIT_SSL_CAPATH' environment variable.
+http.pinnedpubkey::
+ Public key of the https service. It may either be the filename of
+ a PEM or DER encoded public key file or a string starting with
+ 'sha256//' followed by the base64 encoded sha256 hash of the
+ public key. See also libcurl 'CURLOPT_PINNEDPUBLICKEY'. git will
+ exit with an error if this option is set but not supported by
+ cURL.
+
http.sslTry::
Attempt to use AUTH SSL/TLS and encrypted data transfers
when connecting via regular FTP protocol. This might be needed