Skip to content

Commit 0ee7a9a

Browse files
Martin Ågrengitster
authored andcommitted
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>
1 parent 0d0ac38 commit 0ee7a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-column.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ OPTIONS
4747
The number of spaces between columns. One space by default.
4848

4949
EXAMPLES
50-
------
50+
--------
5151

5252
Format data by columns:
5353
------------

0 commit comments

Comments
 (0)