aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2017-12-16 13:32:02 +0100
committerJunio C Hamano <gitster@pobox.com>2017-12-18 14:03:04 -0800
commitdec366c9a8728d7c13520765d17deaf8607bcd16 (patch)
tree53a4de489256d5530fee00ffd178503a3eb4037f /Documentation
parent27dea4683b608c5c0487dee74cbda13b62803b73 (diff)
downloadgit-dec366c9a8728d7c13520765d17deaf8607bcd16.tar.gz
git-dec366c9a8728d7c13520765d17deaf8607bcd16.tar.xz
config: document default value of http.sslVerify
Remove any doubt that certificates might not be verified by default. Signed-off-by: Simon Ruderich <simon@ruderich.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 cbae7a65b..2f4d6c3ca 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1793,8 +1793,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