]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: send-email: fix broken list continuation
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Mon, 8 Dec 2025 17:41:01 +0000 (18:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Dec 2025 22:27:13 +0000 (07:27 +0900)
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.adoc

index 263b977353f3341e5dd09d165603858a16064738..688efe2786c10cae5cf998f5623baaed4dc21d51 100644 (file)
@@ -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.