Merge branch 'sr/http-sslverify-config-doc'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Dec 2017 22:08:49 +0000 (14:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Dec 2017 22:08:49 +0000 (14:08 -0800)
Docfix.

* sr/http-sslverify-config-doc:
config: document default value of http.sslVerify

Documentation/config.txt
index 7814fb904415bcb3b520367702c6f5145cac6336..64c1dbba940f1b3fe18117199b343adf258c0d78 100644 (file)
@@ -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