From: Martin Ågren Date: Sun, 16 Dec 2018 14:28:57 +0000 (+0100) Subject: git-column.txt: fix section header X-Git-Tag: v2.21.0-rc0~98^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0ee7a9afa1be9ad02b1b82da08359a5ff4c4a9b7 git-column.txt: fix section header We have too few dashes under "Examples", which causes Asciidoctor to not pick it up as a section header. Instead, it thinks we are starting a code listing block, which ends up containing the remainder of the document. The result is quite ugly. Make sure we have as many dashes as we have characters in "Examples". Asciidoc renders identically before and after this patch, both man-page and html. Signed-off-by: Martin Ågren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-column.txt b/Documentation/git-column.txt index 763afabb6d..f58e9c43e6 100644 --- a/Documentation/git-column.txt +++ b/Documentation/git-column.txt @@ -47,7 +47,7 @@ OPTIONS The number of spaces between columns. One space by default. EXAMPLES ------- +-------- Format data by columns: ------------