Documentation: do not nest open blocks
commitad1f243ad9e8740093abbcd93a3b0683dcd15107
authorMartin Ågren <martin.agren@gmail.com>
Sun, 16 Dec 2018 14:28:58 +0000 (16 15:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Dec 2018 23:29:30 +0000 (26 15:29 -0800)
tree1b859413fcfd5d7201e37af286f0f2a2a1c5dbde
parent0ee7a9afa1be9ad02b1b82da08359a5ff4c4a9b7
Documentation: do not nest open blocks

It appears we try to nest open blocks, but that does not work well with
Asciidoctor, which fails to indent the inner blocks. As a result, they
do not visually seem to relate (as much) to the preceding paragraph as
they should. Drop the outer blocks to fix the rendering of the inner
ones. Asciidoc renders identically before and after this patch, both
man-pages and html.

This also makes Asciidoctor stop rendering a literal '+' before "Under
--pretty=oneline ..." in the manuals for git-log and git-rev-list.

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