]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit29491ca5fd8dcc4d60b985548c133756590b4b8a
treeea07dcc8f06ea8df6f06c3326e8fd4b4f98f7203
parenta0feb8611d4c0b2b5d954efe4e98207f62223436
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 <gitster@pobox.com>
Documentation/git.txt