summaryrefslogtreecommitdiff
path: root/Documentation/git-shortlog.txt
diff options
context:
space:
mode:
authorGustaf Hendeby <hendeby@isy.liu.se>2007-12-23 18:37:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-12-23 18:40:25 (GMT)
commitba4c32bdd506841c3f73cdfce5e9fb6760afd02c (patch)
tree64351174195649e3ce9b5a8d022d939bd71f1018 /Documentation/git-shortlog.txt
parent0e545f75169e2c260dfb4445203c23cafdfc76ef (diff)
downloadgit-ba4c32bdd506841c3f73cdfce5e9fb6760afd02c.zip
git-ba4c32bdd506841c3f73cdfce5e9fb6760afd02c.tar.gz
git-ba4c32bdd506841c3f73cdfce5e9fb6760afd02c.tar.bz2
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 <hendeby@isy.liu.se> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-shortlog.txt')
-rw-r--r--Documentation/git-shortlog.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index e14720b..36510a8 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 <adam@localhost.localdomain>
- Eve Jones <eve@laptop.(none)>
+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 <adam@localhost.localdomain>
+Eve Jones <eve@laptop.(none)>
+------------
Author
------