Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sr/http-sslverify-config-doc'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Dec 2017 22:08:49 +0000
(14:08 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Dec 2017 22:08:49 +0000
(14:08 -0800)
Docfix.
* sr/http-sslverify-config-doc:
config: document default value of http.sslVerify
Documentation/config.txt
patch
|
blob
|
history
raw
(from parent 1:
9368a3d
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index 7814fb904415bcb3b520367702c6f5145cac6336..64c1dbba940f1b3fe18117199b343adf258c0d78 100644
(file)
--- a/
Documentation/config.txt
+++ b/
Documentation/config.txt
@@
-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