[PATCH] Add .mailmap at the toplevel.

From: Junio C Hamano
Date: Thu Oct 26 2006 - 15:36:46 EST


git-shortlog has kept this mapping between e-mail addresses and
people's printed names hardcoded in the script, but now it wants
to lose it. It is project specific data after all, and is better
kept as part of the project.

Signed-off-by: Junio C Hamano <junkio@xxxxxxx>
---
.mailmap | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..6a49b9f
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,40 @@
+#
+# Even with git, we don't always have name translations.
+# So have an email->real name table to translate the
+# (hopefully few) missing names
+#
+Adrian Bunk <bunk@xxxxxxxxx>
+Andreas Herrmann <aherrman@xxxxxxxxxx>
+Andrew Morton <akpm@xxxxxxxx>
+Andrew Vasquez <andrew.vasquez@xxxxxxxxxx>
+Christoph Hellwig <hch@xxxxxx>
+Corey Minyard <minyard@xxxxxxx>
+David Woodhouse <dwmw2@xxxxxxxxxxxxxxxxxxxxxxx>
+Domen Puncer <domen@xxxxxxxxxxxx>
+Douglas Gilbert <dougg@xxxxxxxxxx>
+Ed L Cashin <ecashin@xxxxxxxxxx>
+Evgeniy Polyakov <johnpol@xxxxxxxxxxx>
+Felix Moeller <felix@xxxxxxxxxxxx>
+Frank Zago <fzago@xxxxxxxxxxxxxxxxxxxxx>
+Greg Kroah-Hartman <gregkh@xxxxxxx>
+James Bottomley <jejb@mulgrave.(none)>
+James Bottomley <jejb@xxxxxxxxxxxxxxxxxxxxxxx>
+Jeff Garzik <jgarzik@xxxxxxxxxxxxxx>
+Jens Axboe <axboe@xxxxxxx>
+Kay Sievers <kay.sievers@xxxxxxxx>
+Mitesh shah <mshah@xxxxxxxx>
+Morten Welinder <terra@xxxxxxxxx>
+Morten Welinder <welinder@xxxxxxxxxxxxxxxxxx>
+Morten Welinder <welinder@xxxxxxxxxxxxxxxxx>
+Morten Welinder <welinder@xxxxxxxxx>
+Nguyen Anh Quynh <aquynh@xxxxxxxxx>
+Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
+Peter A Jonsson <pj@xxxxxxxxxxx>
+Ralf Wildenhues <Ralf.Wildenhues@xxxxxx>
+Rudolf Marek <R.Marek@xxxxxxxxxx>
+Rui Saraiva <rmps@xxxxxxxxxxxxxxx>
+Sachin P Sant <ssant@xxxxxxxxxx>
+Santtu Hyrkkà <santtu.hyrkko@xxxxxxxxx>
+Simon Kelley <simon@xxxxxxxxxxxxxxxxx>
+Tejun Heo <htejun@xxxxxxxxx>
+Tony Luck <tony.luck@xxxxxxxxx>
--
1.4.3.3.gfbe5

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/