From: Junio C Hamano Date: Mon, 24 Dec 2007 19:31:39 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.4-rc1-23-g3a96 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ec429328154e4d8268651eca7997f99514ece21;p=git.git Autogenerated HTML docs for v1.5.4-rc1-23-g3a96 --- diff --git a/git-shortlog.html b/git-shortlog.html index cff79738f..96cd49eab 100644 --- a/git-shortlog.html +++ b/git-shortlog.html @@ -323,15 +323,11 @@ the first line of the commit message will be shown.

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
+

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:

-
-
+< and >. Use hash # for comments. Example:

+
# Keep alphabetized
 Adam Morrow <adam@localhost.localdomain>
@@ -352,7 +348,7 @@ Eve Jones <eve@laptop.(none)>
diff --git a/git-shortlog.txt b/git-shortlog.txt index e14720b73..36510a845 100644 --- a/git-shortlog.txt +++ b/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 ------