]> xenbits.xensource.com Git - people/larsk/xenproject-org-gitdm.git/commitdiff
Documented the funky email address alias feature
authorCédric Bosdonnat <cedricbosdo@openoffice.org>
Tue, 19 Apr 2011 08:45:25 +0000 (10:45 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 22 Apr 2011 14:43:32 +0000 (08:43 -0600)
logs containing weird email addresses like this can be handled in the
aliases file to remap them to a correct address.
   "joe.hacker@acme.org <Joe Hacker>

Added some documentation in the README file for this

README

diff --git a/README b/README
index 9a3b03fb4ee52711c2a79cba794e62e73576ff31..26cf81f75b9151b60488d3e3f835aa50ee7f6cf1 100644 (file)
--- a/README
+++ b/README
@@ -85,6 +85,15 @@ EmailAliases file
        Any patches originating from alias@address will be treated as if
        they had come from canonical@address.
 
+    It may happen that some people set their git user data in the
+    following form: "joe.hacker@acme.org <Joe Hacker>". The 
+    "Joe Hacker" is then considered as the email... but gitdm says
+    it is a "Funky" email. An alias line in the following form can
+    be used to alias these commits aliased to the correct email
+    address:
+
+        "Joe Hacker" joe.hacker@acme.org
+
 
 EmailMap file