git-shortlog: Fix two formatting errors in asciidoc documentation
commit0ad64fd0b8d073e0c73836858a54f693c9191918
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 18 Apr 2007 22:10:22 +0000 (19 00:10 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 18 Apr 2007 22:41:59 +0000 (18 15:41 -0700)
tree38446f2bb1c4c633cf1955b7109ae0f825b6f9d6
parent0afa7644f2f3543a033d327468ab97d7581f9d13
git-shortlog: Fix two formatting errors in asciidoc documentation

First use [verse] in the SYNOPSIS so that the line break actually
shows.

Secondly drop the quotes around '.mailmap' since this exposes
a bug in our toolchain (didn't bother enough yet to find out wether
it is asciidoc's fault or that of the XSL templates) that leads to
the dot not getting escaped correctly in the roff output and thereby
swallowing the line.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-shortlog.txt