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 <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Martin Ågren committed
Dec 16, 2018 at 15:28 UTC
0ee7a9afa1be9ad02b1b82da08359a5ff4c4a9b7
1 file changed
+1
-1
Documentation/git-column.txt
+1
-1
@@ -47,7 +47,7 @@ OPTIONS
47
The number of spaces between columns. One space by default.
48
49
EXAMPLES
50
-------
50
+--------
51
52
Format data by columns:
53
------------