From 656a2d15433f37f358027f03f7f0e54dd8b0fa01 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Tue, 26 Feb 2019 15:46:06 +1100 Subject: [PATCH] meta: add .mailmap entry for Dandelion (#1108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: @decentralion has used two emails to commit to Git: one exclusively prior to 2018-05-21 and one exclusively after that date. This commit adds a mailmap file to list their canonical email address. For more information, see `man git-check-mailmap`: Test Plan: See `git log --format=%ad --author=dl@` for dates of commits under the old email, and `git log --format=%ad --author=dandelion@` for dates of commits under the new email, to confirm the date ranges listed above. Before this change: $ git shortlog -nse | head -3 443 William Chargin 291 Dandelion Mané 129 Dandelion Mané After this change: $ git shortlog -nse | head -3 444 William Chargin 420 Dandelion Mané 12 Brian Litwin wchargin-branch: dandelion-mailmap --- .mailmap | 1 + 1 file changed, 1 insertion(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..dc5eb6f --- /dev/null +++ b/.mailmap @@ -0,0 +1 @@ +Dandelion Mané