Browse Source

Merge branch 'sr/http-sslverify-config-doc'

Docfix.

* sr/http-sslverify-config-doc:
  config: document default value of http.sslVerify
maint
Junio C Hamano 7 years ago
parent
commit
593fdcc06a
  1. 4
      Documentation/config.txt

4
Documentation/config.txt

@ -1968,8 +1968,8 @@ empty string. @@ -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

Loading…
Cancel
Save