Re: [PATCH] .mailmap: Entries for Alex Bennée, Deskin Miller, Vitaly "_Vi" Shukela
From: Deskin Miller <hidden>
Date: 2016-06-15 22:48:29
On Sat, Mar 20, 2010 at 17:47, Sverre Rabbelier [off-list ref] wrote:
Heya, [+those who are affected by this] On Fri, Mar 19, 2010 at 12:02, Michael J Gruber [off-list ref] wrote:quoted
With the current .mailmap, git shortlog shows the following for these: 11 Deskin Miller 3 Vitaly \"_Vi\" Shukela 1 Alex Bennee 1 Alex Bennée 1 Deskin Miler 1 Vitaly _Vi Shukela Add (e-mail based qualified) entries to .mailmap to get: 12 Deskin Miller 4 Vitaly "_Vi" Shukela 2 Alex Bennée The Shukela spelling is based on the version used consistently in the s-o-b lines of all his patches. Signed-off-by: Michael J Gruber <redacted> --- Sparked by the recent discussion on uuid etc. I did a few (manual) checks. There seem to be 4 remaining "problematic" cases (Elrond, jidanni, Kirill, Twiinz) but 3 are unique, and I don't think we strictly require full names. Kirill may be one of several other Kirills. http://repo.or.cz/w/git/mjg.git/commit/cd13e44f33c1f6bc9ec11903c3041199c9c464ee (branch typo-fixes) in case of encoding problems .mailmap | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)diff --git a/.mailmap b/.mailmap index 975e675..c507309 100644 --- a/.mailmap +++ b/.mailmap@@ -5,6 +5,7 @@# same person appearing not to be so. # +Alex Bennée [off-list ref] Alexander Gavrilov [off-list ref] Aneesh Kumar K.V [off-list ref] Brian M. Carlson [off-list ref]@@ -15,6 +16,7 @@ Daniel Barkalow <barkalow@iabervon.org>David D. Kilzer [off-list ref] David Kågedal [off-list ref] David S. Miller [off-list ref] +Deskin Miller [off-list ref] Dirk Süsserott [off-list ref] Fredrik Kuivinen [off-list ref] H. Peter Anvin [off-list ref]@@ -59,6 +61,7 @@ Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>Uwe Kleine-König [off-list ref] Uwe Kleine-König [off-list ref] Ville Skyttä [off-list ref] +Vitaly "_Vi" Shukela [off-list ref] William Pursell [off-list ref] YOSHIFUJI Hideaki [off-list ref] anonymous [off-list ref] -- 1.7.0.2.358.g30511
Looks good to me; FWIW I had been screwing around with filter-branch on some commits I later submitted, and forgot to correct the misspelling of my name. Thanks, Deskin Miller