* [PATCH] doc: send-email: fix broken list continuation
@ 2025-12-08 17:41 kristofferhaugsbakk
0 siblings, 0 replies; only message in thread
From: kristofferhaugsbakk @ 2025-12-08 17:41 UTC (permalink / raw)
To: git; +Cc: Kristoffer Haugsbakk
From: Kristoffer Haugsbakk <code@khaugsbakk.name>
The list continuation has to be “immediately adjacent to the block
being attached”.[1]
[1]: https://web.archive.org/web/20251208172615/https://docs.asciidoctor.org/asciidoc/latest/lists/continuation/
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
---
Documentation/git-send-email.adoc | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/git-send-email.adoc b/Documentation/git-send-email.adoc
index 263b977353f..688efe2786c 100644
--- a/Documentation/git-send-email.adoc
+++ b/Documentation/git-send-email.adoc
@@ -321,7 +321,6 @@ for instructions.
If disabled with `--no-use-imap-only`, the emails will be sent like usual.
Disabled by default, but the `sendemail.useImapOnly` configuration
variable can be used to enable it.
-
+
This feature requires setting up `git imap-send`. See linkgit:git-imap-send[1]
for instructions.
base-commit: 9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed
--
2.52.0.10.g08704017180
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-08 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08 17:41 [PATCH] doc: send-email: fix broken list continuation kristofferhaugsbakk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.