git-column.txt: fix section header
commit0ee7a9afa1be9ad02b1b82da08359a5ff4c4a9b7
authorMartin Ågren <martin.agren@gmail.com>
Sun, 16 Dec 2018 14:28:57 +0000 (16 15:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Dec 2018 23:29:30 +0000 (26 15:29 -0800)
tree672694a81f566ff8636c9c59063b94c4e590fedf
parent0d0ac3826a3bbb9247e39e12623bbcfdd722f24c
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>
Documentation/git-column.txt