Skip to content

Commit 29491ca

Browse files
committed
environ: document GIT_SSL_NO_VERIFY
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 <[email protected]>
1 parent a0feb86 commit 29491ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/git.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,11 @@ for further details.
665665
plink or tortoiseplink. This variable overrides the config setting
666666
`ssh.variant` that serves the same purpose.
667667

668+
`GIT_SSL_NO_VERIFY`::
669+
Setting and exporting this environment variable to any value
670+
tells Git not to verify the SSL certificate when fetching or
671+
pushing over HTTPS.
672+
668673
`GIT_ASKPASS`::
669674
If this environment variable is set, then Git commands which need to
670675
acquire passwords or passphrases (e.g. for HTTP or IMAP authentication)

0 commit comments

Comments
 (0)