config: document default value of http.sslVerify
authorSimon Ruderich <simon@ruderich.org>
Sat, 16 Dec 2017 12:32:02 +0000 (13:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Dec 2017 22:03:04 +0000 (14:03 -0800)
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>
Documentation/config.txt
index cbae7a65b60dd027479addbc912b883bc9c5fdd7..2f4d6c3cac22d3667431e31e8cf74ab2962d37ae 100644 (file)
@@ -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