Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.mailmap: tolerate different names, emails in shortlog
Write a conservative .mailmap as an example for contributors to write their preferred names/ email addresses to. This patch makes no assumptions about the same author using different email addresses, and only collects cases where the full-name of the person is spelt differently for the same email address. Verify with: $ git shortlog -se | cut -f 2 | cut -d\< -f 2 | sort | uniq -d It only assumes that the author prefers the full-name that appears dominantly, by number of contributions. For the purposes of merging, a strictly alphabetical ordering is advised. See MAPPING AUTHORS section of git-shortlog(1) to understand the format of this file. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
- Loading branch information
50f96c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from brson
at https://github.com/artagnon/rust/commit/50f96c1f354bd2c656866423652c6c2d1ef40f0d
50f96c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging artagnon/rust/mailmap = 50f96c1 into auto
50f96c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
artagnon/rust/mailmap = 50f96c1 merged ok, testing candidate = c5fea4a
50f96c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
http://buildbot.rust-lang.org/builders/auto-linux/builds/1571
http://buildbot.rust-lang.org/builders/auto-win/builds/1566
http://buildbot.rust-lang.org/builders/auto-mac/builds/1585
50f96c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding incoming to auto = c5fea4a