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
---
.mailmap | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.mailmap b/.mailmap
index 2aa7cb1..bda835c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -3,6 +3,7 @@ Kay Sievers <[email protected]> <[email protected]>
Kay Sievers <[email protected]> <[email protected]>
Kay Sievers <[email protected]> <[email protected]>
Kay Sievers <[email protected]> <kay@pim>
+Kay Sievers <[email protected]> <[email protected]>
Greg KH <[email protected]>
Greg KH <[email protected]> <[email protected]>
Greg KH <[email protected]> <greg@press.(none)>
@@ -36,7 +37,7 @@ Michal Soltys <[email protected]> <[email protected]>
Piter PUNK <[email protected]> <[email protected]>
Richard Hughes <[email protected]> <[email protected]>
Robby Workman <[email protected]> <[email protected]>
-Shawn Landden <[email protected]>
+Shawn Landden <[email protected]> <[email protected]>
Simon Peeters <[email protected]>
Tobias Klauser <[email protected]> <[email protected]>
Miklos Vajna <[email protected]> <[email protected]>
@@ -50,6 +51,7 @@ Ted Ts'o <[email protected]>
Tobias Klauser <[email protected]>
Tobias Klauser <[email protected]> <[email protected]>
Tobias Klauser <[email protected]> <[email protected]>
+Tobias Klauser <[email protected]> <[email protected]>
Patrick Mansfield <[email protected]>
Christophe Varoqui <[email protected]>
Daniel Stekloff <[email protected]>
--
1.8.5.2.229.g4448466
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel