aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-28 14:08:49 -0800
committerJunio C Hamano <gitster@pobox.com>2017-12-28 14:08:49 -0800
commit593fdcc06a5d28f6dd765771d661df50729a2f62 (patch)
treea7a0c80f4e5bf6bdb6c0f5cb306b681d39f8e704 /Documentation
parent9368a3d08ef0774081219f7b1d3705beeddaa200 (diff)
parentdec366c9a8728d7c13520765d17deaf8607bcd16 (diff)
downloadgit-593fdcc06a5d28f6dd765771d661df50729a2f62.tar.gz
git-593fdcc06a5d28f6dd765771d661df50729a2f62.tar.xz
Merge branch 'sr/http-sslverify-config-doc'
Docfix. * sr/http-sslverify-config-doc: config: document default value of http.sslVerify
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 7814fb904..64c1dbba9 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1968,8 +1968,8 @@ empty string.
http.sslVerify::
Whether to verify the SSL certificate when fetching or pushing
- over HTTPS. Can be overridden by the `GIT_SSL_NO_VERIFY` environment
- variable.
+ over HTTPS. Defaults to true. Can be overridden by the
+ `GIT_SSL_NO_VERIFY` environment variable.
http.sslCert::
File containing the SSL certificate when fetching or pushing