]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: fix list continuation in alias.adoc
authorJonatan Holmgren <jonatan@jontes.page>
Tue, 3 Mar 2026 15:12:38 +0000 (16:12 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2026 17:59:31 +0000 (09:59 -0800)
Add missing list continuation marks ('+') after code blocks and shell examples
so paragraphs render correctly as part of the preceding list item.

Signed-off-by: Jonatan Holmgren <jonatan@jontes.page>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/alias.adoc

index 26949a0ccb052537821433f10799e44dac9d7491..dc6ca0ee0813cc9e02efecb16851cdba9bebd2e3 100644 (file)
@@ -36,7 +36,7 @@ With a Git alias defined, e.g.,
     $ git config --global alias.last.command "cat-file commit HEAD"
 +
 `git last` is equivalent to `git cat-file commit HEAD`.
-
++
 To avoid confusion and troubles with script usage, aliases that
 hide existing Git commands are ignored except for deprecated
 commands.  Arguments are split by