From: Simon Ruderich Date: Sat, 16 Dec 2017 12:32:02 +0000 (+0100) Subject: config: document default value of http.sslVerify X-Git-Tag: v2.16.0-rc0~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dec366c9a8728d7c13520765d17deaf8607bcd16;p=thirdparty%2Fgit.git config: document default value of http.sslVerify Remove any doubt that certificates might not be verified by default. Signed-off-by: Simon Ruderich Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index cbae7a65b6..2f4d6c3cac 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