From dec366c9a8728d7c13520765d17deaf8607bcd16 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 16 Dec 2017 13:32:02 +0100 Subject: 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 --- Documentation/config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.1