From 5dc48be361fd66db512f8c4caaa022535efa3485 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Sun, 4 Dec 2011 21:07:49 -0500 Subject: [PATCH] Adding a git mailmap file to allow standardizing of commit author's names/email --- .mailmap | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000..b186da0047 --- /dev/null +++ b/.mailmap @@ -0,0 +1,47 @@ +# This file maintains name/email mappings for git-shortlog use +# For more information on the use of this file see '$ git shortlog -h' +# Name to mail mapping: the name in the right column will be mapped to the email addy in the left + +James Mason +Henri-Damien Laurent +Alex Arnaud +Chris Cormack +Chris Nighswonger +Colin Campbell +D Ruth Bavousett +Frédéric Demians +Frédérick Capovilla +Galen Charlton +Greg Barniskis +Ian Walls +Janusz Kaczmarek +Jared Camins-Esakov +Jonathan Druart +Joy Nelson +Juan Sieira +Katrin Fischer +Larry Baerveldt +Liz Rea +MJ Ray +Magnus Enger +Marcel de Rooy +Mason James +Matthias Meusburger +Maxime Pelletier +Meenakshi R +Nicole Engard +Owen Leonard +Paul Poulain +Robin Sheat +Srdjan Jankovic + +# Name to name mapping: the name in the right column will be mapped to the name in the left + +Chris Nighswonger Chris R. Nighswonger + +# Mail to mail mapping: the email addy in the right column will be mapped to the email addy in the left + + + + + -- 2.39.5