diff options
author | Simon Ruderich <simon@ruderich.org> | 2017-12-16 13:32:02 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-18 14:03:04 -0800 |
commit | dec366c9a8728d7c13520765d17deaf8607bcd16 (patch) | |
tree | 53a4de489256d5530fee00ffd178503a3eb4037f | |
parent | 27dea4683b608c5c0487dee74cbda13b62803b73 (diff) | |
download | git-sr/http-sslverify-config-doc.tar.gz |
config: document default value of http.sslVerifysr/http-sslverify-config-doc
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>
-rw-r--r-- | Documentation/config.txt | 4 |
1 files 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 |