summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2020-02-10 09:37:39 +0100
committerYves Orton <demerphq@gmail.com>2020-02-10 09:37:39 +0100
commita04d7ffe7d4cd836bf5246ea6050612f01403a96 (patch)
tree419d7cd45987b74ac9e956f89e8340c2f6f250b5 /.mailmap
parent60267e1d0e12bb5bdc88c62a18294336ab03d4b8 (diff)
downloadperl-a04d7ffe7d4cd836bf5246ea6050612f01403a96.tar.gz
.mailmap: add a file to allow git to show correct emails
the .mailmap file allows git to correct committer details in things like git log. Compare `git log --author=yves` with `git log --use-mailmap --author=yves` the former finds commits I have made using old email addresses, the latter finds nothing as the corrected version of my name is "Yves Orton". Conversly `git log --use-mailmap --author=Yves` will find pretty much *all* of my commits.
Diffstat (limited to '.mailmap')
-rw-r--r--.mailmap6
1 files changed, 6 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000000..447c478e48
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,6 @@
+Yves Orton <demerphq@gmail.com> <yves.orton@booking.com>
+Yves Orton <demerphq@gmail.com> yves orton <unknown>
+Yves Orton <demerphq@gmail.com> Orton, Yves <yves.orton@de.mci.com>
+Yves Orton <demerphq@gmail.com> yves orton <bugs-perl5@bugs6.perl.org>
+
+