Skip to content

Commit 73cc549

Browse files
jonatan-holmgrengitster
authored andcommitted
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>
1 parent cdef625 commit 73cc549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/config/alias.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ With a Git alias defined, e.g.,
3636
$ git config --global alias.last.command "cat-file commit HEAD"
3737
+
3838
`git last` is equivalent to `git cat-file commit HEAD`.
39-
39+
+
4040
To avoid confusion and troubles with script usage, aliases that
4141
hide existing Git commands are ignored except for deprecated
4242
commands. Arguments are split by

0 commit comments

Comments
 (0)