Skip to content

Commit

Permalink
git-shortlog: Fix two formatting errors in asciidoc documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frank Lichtenheld authored and Junio C Hamano committed Apr 18, 2007
1 parent 0afa764 commit 0ad64fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/git-shortlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ git-shortlog - Summarize 'git log' output

SYNOPSIS
--------
[verse]
git-log --pretty=short | 'git-shortlog' [-h] [-n] [-s]
git-shortlog [-n|--number] [-s|--summary] [<committish>...]

Expand All @@ -33,7 +34,8 @@ OPTIONS

FILES
-----
'.mailmap'::

.mailmap::
If this file exists, it will be used for mapping author email
addresses to a real author name. One mapping per line, first
the author name followed by the email address enclosed by
Expand Down

0 comments on commit 0ad64fd

Please sign in to comment.