diff options
| author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2025-12-08 18:41:01 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-09 07:27:13 +0900 |
| commit | 41d425008afc95e9e5d3ee5d13e76f78f392fe3a (patch) | |
| tree | 84a97272d506c59bd72520ec552698805468ebf7 /Documentation/git-send-email.adoc | |
| parent | 9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed (diff) | |
| download | git-41d425008afc95e9e5d3ee5d13e76f78f392fe3a.tar.gz | |
doc: send-email: fix broken list continuation
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>
Diffstat (limited to 'Documentation/git-send-email.adoc')
| -rw-r--r-- | Documentation/git-send-email.adoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/git-send-email.adoc b/Documentation/git-send-email.adoc index 263b977353..688efe2786 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. |
