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>
Simon Ruderich committed
Dec 16, 2017 at 13:32 UTC
dec366c9a8728d7c13520765d17deaf8607bcd16
1 file changed
+2
-2
Documentation/config.txt
+2
-2
@@ -1793,8 +1793,8 @@ empty string.
1793
1794
http.sslVerify::
1795
Whether to verify the SSL certificate when fetching or pushing
1796
- over HTTPS. Can be overridden by the `GIT_SSL_NO_VERIFY` environment
1797
- variable.
1796
+ over HTTPS. Defaults to true. Can be overridden by the
1797
+ `GIT_SSL_NO_VERIFY` environment variable.
1798
1799
http.sslCert::
1800
File containing the SSL certificate when fetching or pushing