diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-04-16 21:28:09 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-04-16 21:28:09 -0700 |
| commit | c7ae2d5bb8f97b06f1b31df2f2456646924c8be7 (patch) | |
| tree | 19b28978fb0f5585282e5ab7eaf675ae31e3d63e /Documentation/config/sendemail.adoc | |
| parent | 1630c3464a2b55d4239f276c7ede0848db06b632 (diff) | |
| parent | e8955061076952cc5eab0300424fc48b601fe12d (diff) | |
| download | git-next.tar.gz git-next.zip | |
Sync with 'master'next
Diffstat (limited to 'Documentation/config/sendemail.adoc')
| -rw-r--r-- | Documentation/config/sendemail.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/sendemail.adoc b/Documentation/config/sendemail.adoc index 6560ecc5ab..1d700559b4 100644 --- a/Documentation/config/sendemail.adoc +++ b/Documentation/config/sendemail.adoc @@ -22,7 +22,7 @@ sendemail.smtpSSLClientCert:: sendemail.smtpSSLClientKey:: Path to the client private key file that corresponds to the client certificate. To avoid misconfiguration, this configuration must be used - in conjunction with `sendemail.smtpSSLClientKey` or the + in conjunction with `sendemail.smtpSSLClientCert` or the `--smtp-ssl-client-cert` option. If the client key is included in the client certificate, the choice of private key depends on the format of the certificate. Visit https://metacpan.org/pod/IO::Socket::SSL for more |
