mirror of
https://github.com/git/git.git
synced 2026-03-04 14:37:35 +01:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
cdef625509
commit
73cc549559
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user