From: Gustaf Hendeby Date: Sun, 23 Dec 2007 18:37:01 +0000 (-0800) Subject: shortlog manpage documentation: work around asciidoc markup issues X-Git-Tag: v1.5.4-rc2~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba4c32bdd506841c3f73cdfce5e9fb6760afd02c;p=git.git shortlog manpage documentation: work around asciidoc markup issues We wanted to have a list in which one (and the sole, as it happen to be) item in it is ".mailmap", but do not seem to be able to convince AsciiDoc to format it correctly for manpages. Reformat it into a paragraph that describes the said file to work around the issue. Signed-off-by: Gustaf Hendeby Acked-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index e14720b73..36510a845 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -38,15 +38,16 @@ OPTIONS FILES ----- -.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 - '<' and '>'. Use hash '#' for comments. Example: - - # Keep alphabetized - Adam Morrow - Eve Jones +If the file `.mailmap` 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 +'<' and '>'. Use hash '#' for comments. Example: + +------------ +# Keep alphabetized +Adam Morrow +Eve Jones +------------ Author ------