]> git.ipfire.org Git - thirdparty/git.git/commit
git-commit-graph.txt: fix list rendering
authorMartin Ågren <martin.agren@gmail.com>
Sun, 17 May 2020 18:52:19 +0000 (20:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 20:19:23 +0000 (13:19 -0700)
commitce3614c32708a15006814a02136bf9ab5e62e487
treef85a3f15dc775f69364a600b900fff42b04d3561
parent1aa7b686d65f53b8abfc5b22c9f23e68ed732e07
git-commit-graph.txt: fix list rendering

The first list item follows immediately on the paragraph where we
introduce the list. This makes the "*" render literally as part of one
huge paragraph. (With AsciiDoc, everything is fine after that, but with
Asciidoctor, we get some minor follow-on errors.) Add an empty line --
with a list continuation ("+") -- to make the first list item render ok.

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