]> git.ipfire.org Git - thirdparty/git.git/commitdiff
environ: document GIT_SSL_NO_VERIFY
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2022 16:06:55 +0000 (09:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2022 18:34:51 +0000 (11:34 -0700)
Even though the name of the environment variable is mentioned in
"git config --help" from http.sslVerify, there is no description for
it.  Add one.

Note that this is not a usual Boolean environment variable whose
value can be yes/true/on vs no/false/off; the existence of it is
enough to trigger the feature named by the variable.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt

index 47a6095ff40f2c3f2f1d8f5684c92dd19b616b83..0b562981b7e37d04afb38527e4eedc383764f24b 100644 (file)
@@ -665,6 +665,11 @@ for further details.
        plink or tortoiseplink. This variable overrides the config setting
        `ssh.variant` that serves the same purpose.
 
+`GIT_SSL_NO_VERIFY`::
+       Setting and exporting this environment variable to any value
+       tells Git not to verify the SSL certificate when fetching or
+       pushing over HTTPS.
+
 `GIT_ASKPASS`::
        If this environment variable is set, then Git commands which need to
        acquire passwords or passphrases (e.g. for HTTP or IMAP authentication)