From: "Elijah Newren via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Elijah Newren <newren@gmail.com>, Elijah Newren <newren@gmail.com>
Subject: [PATCH 3/6] doc: fix self-referential config in sendemail.smtpSSLClientKey
Date: Thu, 16 Apr 2026 23:36:28 +0000 [thread overview]
Message-ID: <01c2470fc72f9299e8a2954d99d19010a96fee2b.1776382591.git.gitgitgadget@gmail.com> (raw)
In-Reply-To: <pull.2092.git.1776382591.gitgitgadget@gmail.com>
From: Elijah Newren <newren@gmail.com>
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>
---
Documentation/config/sendemail.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
gitgitgadget
next prev parent reply other threads:[~2026-04-16 23:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-16 23:36 [PATCH 0/6] Documentation fixes for changes made this cycle Elijah Newren via GitGitGadget
2026-04-16 23:36 ` [PATCH 1/6] RelNotes/2.54.0: fix typos and grammar Elijah Newren via GitGitGadget
2026-04-16 23:36 ` [PATCH 2/6] CodingGuidelines: fix subject-verb agreement Elijah Newren via GitGitGadget
2026-04-16 23:36 ` Elijah Newren via GitGitGadget [this message]
2026-04-16 23:36 ` [PATCH 4/6] doc: fix plural agreement in pack.preferBitmapTips Elijah Newren via GitGitGadget
2026-04-16 23:36 ` [PATCH 5/6] doc: fix singular/plural mismatch in git-rerere Elijah Newren via GitGitGadget
2026-04-16 23:36 ` [PATCH 6/6] doc: fix grammar errors in submodule description Elijah Newren via GitGitGadget
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01c2470fc72f9299e8a2954d99d19010a96fee2b.1776382591.git.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=git@vger.kernel.org \
--cc=newren@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox