help: replace underlining "help -a" headers using hyphens with a blank line
commit4470ef94973cf40bb83864d480cee1e064053879
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 25 Apr 2012 11:21:53 +0000 (25 18:21 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Apr 2012 17:30:11 +0000 (25 10:30 -0700)
treefd5bb4c44bbd82f81a9c17f7913bad6cc23d365f
parent8a1e7eac689c53f15d986e8525484ca9bd640553
help: replace underlining "help -a" headers using hyphens with a blank line

We used to underline a header text, like this:

    This is a header
    ----------------
    content...

But calculating text length so that the dashes align with the text
could get complicated because the text could be in any charset in
translated Git.

There is no point to use this pseudo underline; simply a blank
line would do and it even makes it easier to read:

    This is a header

    content...

While at it, give translators more context to translate, e.g.
e.g.  "git commands available..." instead of "%s available..."

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/help.c
help.c
help.h