doc: fix length of underlined section-title
commita367b8699de2cfcf03b9427d130ab49b8466aa68
authorJeff King <peff@peff.net>
Wed, 13 May 2015 04:58:29 +0000 (13 00:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2015 05:13:40 +0000 (12 22:13 -0700)
treecb73780b5b6ed4ba430b9bdc71ca1bdad3706b6a
parent5a8a19e903657c294ace1a3fad3e59f3b403be37
doc: fix length of underlined section-title

In AsciiDoc, it is OK to say:

   this is my title
   -------------------------

but AsciiDoctor is more strict. Let's match the underline to
the title (which also makes the source prettier to read).
The output from AsciiDoc is the same either way.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-import.txt