X Tutup
Skip to content

Commit 9dddaed

Browse files
stefanbellerkeszybz
authored andcommitted
Update .mailmap file
This commit updates email addresses of people, who are already in the .mailmap file, so I'd assume they have sorted out their viewpoint on privacy within the .mailmap file. The entries for this commit have been produced using: # Finding out duplicates by comparing email addresses: git shortlog -sne |awk '{ print $NF }' |sort |uniq -d # Finding out duplicates by comparing names: git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d
1 parent 7bb01ef commit 9dddaed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.mailmap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Kay Sievers <kay@vrfy.org> <kay.sievers@vrfy.org>
33
Kay Sievers <kay@vrfy.org> <kay.sievers@suse.de>
44
Kay Sievers <kay@vrfy.org> <kay@pim.off.vrfy.org>
55
Kay Sievers <kay@vrfy.org> <kay@pim>
6+
Kay Sievers <kay@vrfy.org> <kay@yik.fritz.box>
67
Greg KH <greg@kroah.com>
78
Greg KH <greg@kroah.com> <greg@kroah.com>
89
Greg KH <greg@kroah.com> <greg@press.(none)>
@@ -36,7 +37,7 @@ Michal Soltys <soltys@ziu.info> <nozo@ziu.info>
3637
Piter PUNK <piterpunk@slackware.com> <piterpk@terra.com.br>
3738
Richard Hughes <richard@hughsie.com> <hughsient@gmail.com>
3839
Robby Workman <rw@rlworkman.net> <rworkman@slackware.com>
39-
Shawn Landden <shawnlandden@gmail.com>
40+
Shawn Landden <shawnlandden@gmail.com> <shawn@churchofgit.com>
4041
Simon Peeters <peeters.simon@gmail.com>
4142
Tobias Klauser <tklauser@distanz.ch> <tklauser@nuerscht.ch>
4243
Miklos Vajna <vmiklos@frugalware.org> <vmiklos@gmail.com>
@@ -50,6 +51,7 @@ Ted Ts'o <tytso@mit.edu>
5051
Tobias Klauser <tklauser@access.unizh.ch>
5152
Tobias Klauser <tklauser@access.unizh.ch> <tklauser@access.unizh.chbk>
5253
Tobias Klauser <tklauser@access.unizh.ch> <klauser@access.unizh.ch>
54+
Tobias Klauser <tklauser@access.unizh.ch> <tklauser@distanz.ch>
5355
Patrick Mansfield <patmans@us.ibm.com>
5456
Christophe Varoqui <christophe.varoqui@free.fr>
5557
Daniel Stekloff <dsteklof@us.ibm.com>

0 commit comments

Comments
 (0)
X Tutup