doc: fix list continuation in alias.adoc
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>
Jonatan Holmgren committed
Mar 3, 2026 at 16:12 UTC
73cc549559398626f33063f64ece9e558e654c95
1 file changed
+1
-1
Documentation/config/alias.adoc
+1
-1
@@ -36,7 +36,7 @@ With a Git alias defined, e.g.,
36
$ git config --global alias.last.command "cat-file commit HEAD"
37
+
38
`git last` is equivalent to `git cat-file commit HEAD`.
39
-
39
++
40
To avoid confusion and troubles with script usage, aliases that
41
hide existing Git commands are ignored except for deprecated
42
commands. Arguments are split by