Documentation: wrap blocks with "--"
commit2017956a192d0dbcecbba604a76082ff8bbd3e3d
authorMartin Ågren <martin.agren@gmail.com>
Sat, 7 Sep 2019 14:12:47 +0000 (7 16:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 18:05:51 +0000 (9 11:05 -0700)
tree47bbaca2cc153bccb3e981538b86febc8ee710c8
parent745f6812895b31c02b29bdfe4ae8e5498f776c26
Documentation: wrap blocks with "--"

The documentation for each of these options contains a list. After the
list, AsciiDoc interprets the continuation as a continuation of the
*list*, not as a continution of the larger block. As a result, we get
too much indentation. Wrap the entire blocks in "--" to fix this. With
Asciidoctor, this commit is a no-op, and the two programs now render
these identically.

These two files share the same problem and indeed, they both document
`--untracked-files` in quite similar ways. I haven't checked to what
extent that is intentional or warranted, and to what extent they have
simply drifted apart. I consider such an investigation and possible
cleanup as out of scope for this commit and this patch series.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt
Documentation/git-status.txt