X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fmailmap.txt;h=288f04e70c8ea5f0b93a4b099a4a49d1fee13b79;hb=71ee7fd15457a0252c089420b5b66de266dcbd2f;hp=e25b154838b1434a8fd8acd56c9a9bcc5af9fa62;hpb=923cc82c481a99269d397dc86f8b664ba8cb98da;p=git.git diff --git a/Documentation/mailmap.txt b/Documentation/mailmap.txt index e25b15483..288f04e70 100644 --- a/Documentation/mailmap.txt +++ b/Documentation/mailmap.txt @@ -5,22 +5,21 @@ canonical real names and email addresses. In the simple form, each line in the file consists of the canonical real name of an author, whitespace, and an email address used in the -commit (enclosed by '<' and '>') to map to the name. Thus, looks like -this +commit (enclosed by '<' and '>') to map to the name. For example: -- Proper Name -- -The more complex forms are +The more complex forms are: -- -- -which allows mailmap to replace only the email part of a commit, and +which allows mailmap to replace only the email part of a commit, and: -- Proper Name -- which allows mailmap to replace both the name and the email of a -commit matching the specified commit email address, and +commit matching the specified commit email address, and: -- Proper Name Commit Name -- @@ -47,8 +46,8 @@ Jane Doe Joe R. Developer ------------ -Note how we don't need an entry for , because the -real name of that author is correct already. +Note how there is no need for an entry for , because the +real name of that author is already correct. Example 2: Your repository contains commits from the following authors: @@ -62,7 +61,7 @@ claus CTO ------------ -Then, you might want a `.mailmap` file looking like: +Then you might want a `.mailmap` file that looks like: ------------ Some Dude nick1 @@ -72,4 +71,4 @@ Santa Claus ------------ Use hash '#' for comments that are either on their own line, or after -the email address. \ No newline at end of file +the email address.