From bf7626cdcd67a9e589b3d41c3601e1a607dd6231 Mon Sep 17 00:00:00 2001 From: Bhuvan Arumugam Date: Wed, 11 Jul 2012 21:50:08 -0700 Subject: Fix .mailmap to generate unique AUTHORS list. As per 3456b667c38aa1d439482b9c95838aba6d3d6c5c, Monty merged code to generate AUTHORS file. With this fix, git log honors .mailmap specification, irrespective of name/email combination used for commit and generate unique entries in AUTHORS file. * .mailmap Handle all full name/email combination to ensure following command return unique records. $ git log --format="%aN <%aE>" Change-Id: I44f1db1a991fd312ab37455b44985281ed1d392f --- .mailmap | 101 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 67 insertions(+), 34 deletions(-) (limited to '.mailmap') diff --git a/.mailmap b/.mailmap index d372b8cc2..35097046a 100644 --- a/.mailmap +++ b/.mailmap @@ -1,27 +1,22 @@ # Format is: # # + + + - - - - - - - - - - + + @@ -29,56 +24,94 @@ + + - + - + + - + - - - - - - - + + + + - - + + - - - - - - - - - - - - +Alvaro Lopez Garcia Alvaro Lopez +Andrew Bogott Andrew Bogott +Andy Smith Andy Smith +Andy Smith andy +Andy Smith termie +Andy Smith termie +Anne Gentle annegentle +Anthony Young +Anthony Young Sleepsonthefloor +Arvind Somya +Arvind Somya Arvind Somya asomya@cisco.com <> +Brad McConnell Brad McConnell bmcconne@rackspace.com <> +Brian Lamar +Brian Lamar brian-lamar +Dan Wendlandt danwent +Dan Wendlandt danwent +Dan Wendlandt danwent@gmail.com <> +Dan Wendlandt danwent@gmail.com +Jake Dahn jakedahn +Jason Koelker Jason Kölker +Jay Pipes jaypipes@gmail.com <> +Joel Moore Joel Moore joelbm24@gmail.com <> +John Griffith john-griffith +John Tran John Tran +Justin Santa Barbara +Justin Santa Barbara Justin SB +Justin Santa Barbara Superstack +Kei Masumoto +Kei Masumoto Kei masumoto +Kei Masumoto masumotok +Matt Dietz +Matt Dietz Cerberus +Matt Dietz Matthew Dietz +Matt Dietz matt.dietz@rackspace.com <> +Matt Dietz mdietz +NTT PF Lab. +NTT PF Lab. +NTT PF Lab. Nachi Ueno +NTT PF Lab. nova +Nikolay Sokolov Nickolay Sokolov +Paul Voccio paul@openstack.org <> +Philip Knouff Phlip Knouff +Renuka Apte renukaapte +Sandy Walsh SandyWalsh +Sateesh Chodapuneedi sateesh +Vishvananda Ishaya +Vishvananda Ishaya +Vivek YS Vivek YS vivek.ys@gmail.com <> +Zhongyue Luo lzyeval +Édouard Thuleau Thuleau Édouard -- cgit