]> Kevux Git Server - rit/commit
doc: fix self-referential config in sendemail.smtpSSLClientKey
authorElijah Newren <newren@gmail.com>
Thu, 16 Apr 2026 23:36:28 +0000 (23:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Apr 2026 04:22:01 +0000 (21:22 -0700)
commit8ecf2a192acd73112341a7b03a3803635c4f49ae
tree41ad1d8951a955b4b934849e826f68b02220aa20
parent39901e77d4543bdc30d6967ea0d162886b7d0fb0
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 <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/sendemail.adoc