From: Elijah Newren Date: Thu, 16 Apr 2026 23:36:28 +0000 (+0000) Subject: doc: fix self-referential config in sendemail.smtpSSLClientKey X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ecf2a192acd73112341a7b03a3803635c4f49ae;p=thirdparty%2Fgit.git doc: fix self-referential config in sendemail.smtpSSLClientKey a8215a205141 (send-email: add client certificate options, 2026-03-02) added documentation for sendemail.smtpSSLClientKey that says it works "in conjunction with `sendemail.smtpSSLClientKey`" -- referring to itself. It appears that `sendemail.smtpSSLClientCert` was the intended reference; fix it. Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- 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