From cb4553bd06645713c83ae169893eb1db6038c566 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Thu, 8 Nov 2012 21:14:32 +0000 Subject: Add .mailmap for commit author translations Because it's not possible to enumerate up-front all of the committers to tmux coming from OpenBSD, at the time a commit is imported in to git from the OpenBSD CVS repository, the author information is not known to Git, necessarily. But it's possible to alter for output the respective author after the fact, via Git's .mailmap file. It is this file which will therefore provide a new mapping of OpenBSD commiter to an actual real name and real email address. --- .mailmap | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .mailmap (limited to '.mailmap') diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..d8344641 --- /dev/null +++ b/.mailmap @@ -0,0 +1,21 @@ +Bob Beck beck +Igor Sobrado sobrado +Jacek Masiulaniec jacekm +Jason McIntyre jcm +Joel Sing jsing +Marc Espie espie +Matthew Dempsky matthew +Matthias Kilian kili +Matthieu Herrb matthieu +Miod Vallat miod +Nicholas Marriott nicm +Okan Demirmen okan +Philip Guenther guenther +Pierre-Yves Ritschard pyr +Ray Lai ray +Ryan McBride mcbride +Stefan Sperling stsp +Stuart Henderson sthen +Ted Unangst tedu +Theo Deraadt deraadt +William Yodlowsky william -- cgit From e4679172e3f4307b14f0e1715dc33ca640dc038b Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Thu, 8 Nov 2012 21:39:35 +0000 Subject: Sanitise additional .mailmap entries This sanitises multiple author addresses some more, mapping them back to one common entity. --- .mailmap | 3 +++ 1 file changed, 3 insertions(+) (limited to '.mailmap') diff --git a/.mailmap b/.mailmap index d8344641..a7a401ff 100644 --- a/.mailmap +++ b/.mailmap @@ -9,6 +9,8 @@ Matthias Kilian kili Matthieu Herrb matthieu Miod Vallat miod Nicholas Marriott nicm +Nicholas Marriott no_author + Okan Demirmen okan Philip Guenther guenther Pierre-Yves Ritschard pyr @@ -18,4 +20,5 @@ Stefan Sperling stsp Stuart Henderson sthen Ted Unangst tedu Theo Deraadt deraadt +Thomas Adam Thomas William Yodlowsky william -- cgit