Re: [PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Junio C Hamano
Stefan Beller  writes:

> Additionally to adding (name, email) mappings to the
> .mailmap file, it has also been sorted alphabetically.
> (which explains the removals, which are added
> 3 lines later on again).

What is this "3 lines later on again" about?  Is it a remnant from
the previous iteration?  If so, I can remove this "(which ...)"
locally.

> While the most changes happen at the email addresses,
> we also have a name change in here. Karl Hasselström
> is now known as Karl Wiberg due to marriage. Congratulations!

Indeed.  I like this part of the log message ;-)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Junio C Hamano
Stefan Beller  writes:

> Ok I am sending all confirmed changes now again
> in one big patch, as the sorting was wrong.
>
> Stefan Beller (1):
>   .mailmap: Map email addresses to names

So this corresponds to both of your patches, or just the first
batch?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Stefan Beller
People change email addresses quite often and sometimes
forget to add their entry to the mailmap file.
I have contacted lots of people, whose name occurs
multiple times in the short log having different
email addresses. The entries in the mailmap of
this patch are either confirmed by them or are trivial.
Trivial means different capitalisation of the domain
(@MIT.EDU and @mit.edu) or the domain was localhost,
(none) or @local.

Additionally to adding (name, email) mappings to the
.mailmap file, it has also been sorted alphabetically.
(which explains the removals, which are added
3 lines later on again). The sorting was done using
export LC_ALL=C; /usr/bin/sort without arguments.

While the most changes happen at the email addresses,
we also have a name change in here. Karl Hasselström
is now known as Karl Wiberg due to marriage. Congratulations!

To find out whom to contact I used the following small
script:
-
#!/bin/bash
git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d > 
mailmapdoubles
while read line ; do
# remove leading whitespace
trimmed=$(echo $line | sed -e 's/^ *//g' -e 's/ *$//g')
echo "git shortlog -sne | grep \""$trimmed"\""
done < mailmapdoubles > mailmapdoubles2
sh mailmapdoubles2
rm mailmapdoubles
rm mailmapdoubles2
-
Also interesting for similar tasks are these snippets:

# 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
-

Signed-off-by: Stefan Beller 
---
 .mailmap | 135 +++
 1 file changed, 110 insertions(+), 25 deletions(-)

diff --git a/.mailmap b/.mailmap
index 345cce6..22d3d70 100644
--- a/.mailmap
+++ b/.mailmap
@@ -5,99 +5,184 @@
 # same person appearing not to be so.
 #
 
+ 
+Alejandro R. Sedeño  
 Alex Bennée 
+Alex Riesen  
+Alex Riesen  
+Alex Riesen  
+Alex Vandiver  
 Alexander Gavrilov 
+Alexey Shumkin  
+Anders Kaseorg  
+Anders Kaseorg  
 Aneesh Kumar K.V 
+Bernt Hansen  
+Brandon Casey  
 Brian M. Carlson 
+Bryan Larsen  
+Bryan Larsen  
 Cheng Renquan 
 Chris Shoemaker 
 Dan Johnson 
 Dana L. How 
 Dana L. How 
 Daniel Barkalow 
+David Brown  
 David D. Kilzer 
 David Kågedal 
+David Reiss  
 David S. Miller 
 Deskin Miller 
 Dirk Süsserott 
+Eric Blake  
+Eric Hanchrow  
 Eric S. Raymond 
 Erik Faye-Lund  
+Eyvind Bernhardsen  
+Florian Achleitner  

+Franck Bui-Huu  
+Frank Lichtenheld  
+Frank Lichtenheld  
 Fredrik Kuivinen 
 Frédéric Heitzmann 
 H. Merijn Brand  H.Merijn Brand 
-H. Peter Anvin 
-H. Peter Anvin 
-H. Peter Anvin 
+H. Peter Anvin  
+H. Peter Anvin  
+H. Peter Anvin  
+H. Peter Anvin  
+Han-Wen Nienhuys  Han-Wen Nienhuys 
 Horst H. von Brand 
-İsmail Dönmez 
+J. Bruce Fields  
+J. Bruce Fields  
+J. Bruce Fields  
 Jakub Narębski 
-Jay Soffian 
+Jason Riedy  
+Jason Riedy  
+Jay Soffian  
 Jeff King  
+Jeff Muizelaar  
 Joachim Berdal Haga 
-Johannes Sixt  
-Johannes Sixt  
+Johannes Schindelin  
 Johannes Sixt  
+Johannes Sixt  
+Johannes Sixt  
 Jon Loeliger 
-Jon Seymour 
-Jonathan Nieder 
+Jon Seymour  
+Jonathan Nieder  
+Jonathan del Strother  
+Josh Triplett  
+Josh Triplett  
+Julian Phillips  
 Junio C Hamano  
-Junio C Hamano  
-Junio C Hamano  
-Junio C Hamano  
 Junio C Hamano  
 Junio C Hamano  
+Junio C Hamano  
+Junio C Hamano  
 Junio C Hamano  
-Karl Hasselström 
-Kevin Leung 
+Junio C Hamano  
+Karl Wiberg  Karl Hasselström 
+Karl Wiberg  Karl Hasselström 

+Karsten Blees  
+Karsten Blees  
+Kay Sievers  
+Kay Sievers  
+Keith Cascio  
 Kent Engstrom 
+Kevin Leung 
+Kirill Smelkov  
+Kirill Smelkov  
+Knut Franke  
 Lars Doelle 
 Lars Doelle 
 Li Hong 
-Linus Torvalds  

-Linus Torvalds  
-Linus Torvalds  
 Linus Torvalds  
-Linus Torvalds  
+Linus Torvalds  
+Linus Torvalds  
 Linus Torvalds  

-Lukas Sandström 
+Linus Torvalds  
+Linus Torvalds  

+Lukas Sandström  
+Marc Khouzam  
 Marc-André Lureau 
+Marco Costalba  
+Mark Levedahl  
 Mark Rada 
 Martin Langhoff  
 Martin von Zweigbergk  
+Matt Draisey  
+Matt Kraai  
+Matthias Kestenholz  
+Matthias Urlichs  
+Matthias Urlichs  
 Michael Coleman 
 Michael J Gruber  
 Michael W. Olson 
+Michael Witten  
+Michael Witten  
 Michele Ballabio 
+Miklos Vajna  
+Namhyung Kim  
+Namhyung Kim  
 Nanako Shiraishi 
 Nanako Shiraishi 
+Nelson Elhage  
+Nelson Elhage  
 Nguyễn Thái Ngọc Duy 
- 
-Peter Krefting  
+Nicolas Morey-Chaisemartin  

+Nicolas Morey-Chaisemartin  

+Paolo Bonzini  
+Pascal Obry  
+Pascal Obry  
+Pat Notz  
+Paul Mackerras  
+Paul Mackerras  
 Peter Krefting  
+Peter Krefting  
 Petr Baudis  
+Petr Baudis  
+Phil Hord  
+Philip Jägenstedt  
+Philipp A. Hartmann  
 Philippe Bruhat 
 Ralf Thielow  
 Ramsay Allan Jones 
 René Scharfe 
 Robert Fitzsimons 
 Robert Zeh 
-Sam Vilain 
-Santi Béjar 
+Robin Rosenberg  
+Salikh Zakirov  
+Sam Vilain  
+Santi Béjar  
 Sean Estab

[PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Stefan Beller
Ok I am sending all confirmed changes now again
in one big patch, as the sorting was wrong.

Stefan Beller (1):
  .mailmap: Map email addresses to names

 .mailmap | 135 +++
 1 file changed, 110 insertions(+), 25 deletions(-)

-- 
1.8.3.2.790.g9192b0b

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Stefan Beller
>From the man page

*** WARNING *** The locale specified by the environment affects sort
order.  Set LC_ALL=C to get the traditional sort  order  that  uses
   native byte values.

And indeed I can avoid being nitpicked again for wrong sorting. ;)

On 07/12/2013 09:02 PM, Stefan Beller wrote:
> 
> Which tool would you recommend to sort stuff?
> Or rather the exact parameters for /usr/bin/sort ?
> 
> Thanks,
> Stefan
> 
> On 07/12/2013 08:57 PM, Jonathan Nieder wrote:
>> Stefan Beller wrote:
>>
>>> --- a/.mailmap
>>> +++ b/.mailmap
>>> @@ -5,99 +5,146 @@
>> [...]
>>>  Chris Shoemaker 
>>> -Dan Johnson 
>>>  Dana L. How 
>>>  Dana L. How 
>>>  Daniel Barkalow 
>>> +Dan Johnson 
>>
>> Small nit: the sorting looks broken here and in similar places below
>> (the usual ordering is Dan < Dana < Daniel).
>>
>> Thanks,
>> Jonathan
>>
> 

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Stefan Beller

Which tool would you recommend to sort stuff?
Or rather the exact parameters for /usr/bin/sort ?

Thanks,
Stefan

On 07/12/2013 08:57 PM, Jonathan Nieder wrote:
> Stefan Beller wrote:
> 
>> --- a/.mailmap
>> +++ b/.mailmap
>> @@ -5,99 +5,146 @@
> [...]
>>  Chris Shoemaker 
>> -Dan Johnson 
>>  Dana L. How 
>>  Dana L. How 
>>  Daniel Barkalow 
>> +Dan Johnson 
> 
> Small nit: the sorting looks broken here and in similar places below
> (the usual ordering is Dan < Dana < Daniel).
> 
> Thanks,
> Jonathan
> 

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Jonathan Nieder
Stefan Beller wrote:

> --- a/.mailmap
> +++ b/.mailmap
> @@ -5,99 +5,146 @@
[...]
>  Chris Shoemaker 
> -Dan Johnson 
>  Dana L. How 
>  Dana L. How 
>  Daniel Barkalow 
> +Dan Johnson 

Small nit: the sorting looks broken here and in similar places below
(the usual ordering is Dan < Dana < Daniel).

Thanks,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Stefan Beller
The same kind of cleanup as sent earlier today
(2e2ae79df4fabea0157c5eb527b5396eb89185a1 locally here)

I asked all the people before, whether
they like their lines added. Many had
requests to change the order of the mail address.

When having this patch applied, you'll notice the
bug as described here
http://marc.info/?l=git&m=137364524514927&w=2
http://www.mail-archive.com/git@vger.kernel.org/msg31964.html
("Bug in .mailmap handling?", for example look for Knut Franke)

Signed-off-by: Stefan Beller 
---
 .mailmap | 28 ++--
 1 file changed, 26 insertions(+), 2 deletions(-)

diff --git a/.mailmap b/.mailmap
index 1179767..1d6ba17 100644
--- a/.mailmap
+++ b/.mailmap
@@ -7,6 +7,7 @@
 
 Alejandro R. Sedeño  
 Alexander Gavrilov 
+Alexey Shumkin  
 Alex Bennée 
 Alex Riesen  
 Alex Riesen  
@@ -18,12 +19,15 @@ anonymous 
 anonymous 
 Brandon Casey  
 Brian M. Carlson 
+Bryan Larsen  
+Bryan Larsen  
 Cheng Renquan 
 Chris Shoemaker 
 Dana L. How 
 Dana L. How 
 Daniel Barkalow 
 Dan Johnson 
+David Brown  
 David D. Kilzer 
 David Kågedal 
 David Reiss  
@@ -31,7 +35,10 @@ David S. Miller 
 Deskin Miller 
 Dirk Süsserott 
 Eric S. Raymond 
+Eric Blake  
+Eric Hanchrow  
 Erik Faye-Lund  
+Eyvind Bernhardsen  
 Florian Achleitner  

 Franck Bui-Huu  
 Frank Lichtenheld  
@@ -47,19 +54,25 @@ H. Peter Anvin  

 H. Peter Anvin  
 İsmail Dönmez 
 Jakub Narębski 
+Jason Riedy  
+Jason Riedy  
 Jay Soffian  
 J. Bruce Fields  
 J. Bruce Fields  
 J. Bruce Fields  
 Jeff King  
+Jeff Muizelaar  
 Joachim Berdal Haga 
 Johannes Schindelin  
 Johannes Sixt  
 Johannes Sixt  
 Johannes Sixt  
+Jonathan del Strother  
 Jonathan Nieder  
 Jon Loeliger 
-Jon Seymour 
+Jon Seymour  
+Josh Triplett  
+Josh Triplett  
 Junio C Hamano  
 Junio C Hamano  
 Junio C Hamano  
@@ -71,11 +84,14 @@ Karl Wiberg  Karl Hasselström 

 Karl Wiberg  Karl Hasselström 

 Kay Sievers  
 Kay Sievers  
+Karsten Blees  
+Karsten Blees  
 Keith Cascio  
 Kent Engstrom 
 Kevin Leung 
 Kirill Smelkov  
 Kirill Smelkov  
+Knut Franke  
 Lars Doelle 
 Lars Doelle 
 Li Hong 
@@ -85,11 +101,14 @@ Linus Torvalds  

 Linus Torvalds  
 Linus Torvalds  

 Linus Torvalds  

-Lukas Sandström 
+Lukas Sandström  
+Matt Kraai  
 Marc-André Lureau 
+Mark Levedahl  
 Mark Rada 
 Martin Langhoff  
 Martin von Zweigbergk  
+Matt Draisey  
 Matthias Kestenholz  
 Matthias Urlichs  
 Matthias Urlichs  
@@ -104,8 +123,11 @@ Namhyung Kim  
 Namhyung Kim  
 Nanako Shiraishi 
 Nanako Shiraishi 
+Nelson Elhage  
+Nelson Elhage  
 Nguyễn Thái Ngọc Duy 
  
+Paolo Bonzini  
 Pascal Obry  
 Pascal Obry  
 Paul Mackerras  
@@ -114,6 +136,7 @@ Peter Krefting  

 Peter Krefting  
 Petr Baudis  
 Petr Baudis  
+Phil Hord  
 Philippe Bruhat 
 Ralf Thielow  
 Ramsay Allan Jones 
@@ -145,6 +168,7 @@ Uwe Kleine-König 
 Uwe Kleine-König 
 Ville Skyttä 
 Vitaly "_Vi" Shukela 
+W. Trevor King  
 William Pursell 
 YOSHIFUJI Hideaki 
 
-- 
1.8.3.2.790.g9192b0b

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Junio C Hamano
Stefan Beller  writes:

> People change email addresses quite often and sometimes
> forget to add their entry to the mailmap file.
> I have contacted lots of people, whose name occurs
> multiple times in the short log having different
> email addresses. The entries in the mailmap of
> this patch are either confirmed by them or are trivial.
> Trivial means different capitalisation of the domain
> (@MIT.EDU and @mit.edu) or the domain was localhost,
> (none) or @local.
>
> Additionally to adding (name, email) mappings to the
> .mailmap file, it has also been sorted alphabetically.
> (which explains the removals, which are added
> 3 lines later on again)
>
> While the most changes happen at the email addresses,
> we also have a name change in here. Karl Hasselström
> is now known as Karl Wiberg due to marriage. Congratulations!
>
> To find out whom to contact I used the following small
> script:
> ---
> #!/bin/bash
> git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d > 
> mailmapdoubles
> while read line ; do
> # remove leading whitespace
> trimmed=$(echo $line | sed -e 's/^ *//g' -e 's/ *$//g')
> echo "git shortlog -sne | grep \""$trimmed"\""
> done < mailmapdoubles > mailmapdoubles2
> sh mailmapdoubles2
> rm mailmapdoubles
> rm mailmapdoubles2
> ---
> Also interesting for similar tasks are these snippets:
>
> # 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
> ---
>
> Signed-off-by: Stefan Beller 
> ---

Thanks, but please be careful about these three-dashes when sending
the next batch.  As you may have already guessed, Git cannot guess
reliably which one of the abouve four three-dash lines is the end of
the proposed log message, and cuts at the first one.

>  .mailmap | 95 
> 
>  1 file changed, 71 insertions(+), 24 deletions(-)
>
> diff --git a/.mailmap b/.mailmap
> index 345cce6..1179767 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -5,99 +5,146 @@
>  # same person appearing not to be so.
>  #
>  
> -Alex Bennée 
> +Alejandro R. Sedeño  
>  Alexander Gavrilov 
> +Alex Bennée 
> +Alex Riesen  
> +Alex Riesen  
> +Alex Riesen  
> +Anders Kaseorg  
> +Anders Kaseorg  
>  Aneesh Kumar K.V 
> +anonymous 
> +anonymous 
> +Brandon Casey  
>  Brian M. Carlson 
>  Cheng Renquan 
>  Chris Shoemaker 
> -Dan Johnson 
>  Dana L. How 
>  Dana L. How 
>  Daniel Barkalow 
> +Dan Johnson 
>  David D. Kilzer 
>  David Kågedal 
> +David Reiss  
>  David S. Miller 
>  Deskin Miller 
>  Dirk Süsserott 
>  Eric S. Raymond 
>  Erik Faye-Lund  
> -Fredrik Kuivinen 
> +Florian Achleitner  
> 
> +Franck Bui-Huu  
> +Frank Lichtenheld  
> +Frank Lichtenheld  
>  Frédéric Heitzmann 
> +Fredrik Kuivinen 
> +Han-Wen Nienhuys  Han-Wen Nienhuys 
>  H. Merijn Brand  H.Merijn Brand 
> -H. Peter Anvin 
> -H. Peter Anvin 
> -H. Peter Anvin 
>  Horst H. von Brand 
> +H. Peter Anvin  
> +H. Peter Anvin  
> +H. Peter Anvin  
> +H. Peter Anvin  
>  İsmail Dönmez 
>  Jakub Narębski 
> -Jay Soffian 
> +Jay Soffian  
> +J. Bruce Fields  
> +J. Bruce Fields  
> +J. Bruce Fields  
>  Jeff King  
>  Joachim Berdal Haga 
> +Johannes Schindelin  
>  Johannes Sixt  
> -Johannes Sixt  
>  Johannes Sixt  
> +Johannes Sixt  
> +Jonathan Nieder  
>  Jon Loeliger 
>  Jon Seymour 
> -Jonathan Nieder 
>  Junio C Hamano  
> -Junio C Hamano  
> -Junio C Hamano  
> -Junio C Hamano  
>  Junio C Hamano  
>  Junio C Hamano  
> +Junio C Hamano  
> +Junio C Hamano  
>  Junio C Hamano  
> -Karl Hasselström 
> -Kevin Leung 
> +Junio C Hamano  
> +Karl Wiberg  Karl Hasselström 
> +Karl Wiberg  Karl Hasselström 
> 
> +Kay Sievers  
> +Kay Sievers  
> +Keith Cascio  
>  Kent Engstrom 
> +Kevin Leung 
> +Kirill Smelkov  
> +Kirill Smelkov  
>  Lars Doelle 
>  Lars Doelle 
>  Li Hong 
> -Linus Torvalds  
> 
> -Linus Torvalds  
> -Linus Torvalds  
>  Linus Torvalds  
> +Linus Torvalds  
> +Linus Torvalds  
>  Linus Torvalds  
>  Linus Torvalds  
> 
> +Linus Torvalds  
> 
>  Lukas Sandström 
>  Marc-André Lureau 
>  Mark Rada 
>  Martin Langhoff  
>  Martin von Zweigbergk  
> 
> +Matthias Kestenholz  
> +Matthias Urlichs  
> +Matthias Urlichs  
>  Michael Coleman 
>  Michael J Gruber  
> 
> +Michael Witten  
> +Michael Witten  
>  Michael W. Olson 
>  Michele Ballabio 
> +Miklos Vajna  
> +Namhyung Kim  
> +Namhyung Kim  
>  Nanako Shiraishi 
>  Nanako Shiraishi 
>  Nguyễn Thái Ngọc Duy 
>   
> -Peter Krefting  
> 
> +Pascal Obry  
> +Pascal Obry  
> +Paul Mackerras  
> +Paul Mackerras  
>  Peter Krefting  
> +Peter Krefting  
> 
>  Petr Baudis  
> +Petr Baudis  
>  Philippe Bruhat 
>  Ralf Thielow  
>  Ramsay Allan Jones 
>  René Scharfe 
>  Robert Fitzsimons 
>  Robert Zeh 
> +Robin Rosenberg  
> 
> +Salikh Zakirov  
>  Sam Vilain 
> -Santi Béjar 
> +Santi Béja

[PATCH] .mailmap: Map email addresses to names

2013-07-12 Thread Stefan Beller
People change email addresses quite often and sometimes
forget to add their entry to the mailmap file.
I have contacted lots of people, whose name occurs
multiple times in the short log having different
email addresses. The entries in the mailmap of
this patch are either confirmed by them or are trivial.
Trivial means different capitalisation of the domain
(@MIT.EDU and @mit.edu) or the domain was localhost,
(none) or @local.

Additionally to adding (name, email) mappings to the
.mailmap file, it has also been sorted alphabetically.
(which explains the removals, which are added
3 lines later on again)

While the most changes happen at the email addresses,
we also have a name change in here. Karl Hasselström
is now known as Karl Wiberg due to marriage. Congratulations!

To find out whom to contact I used the following small
script:
---
#!/bin/bash
git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d > 
mailmapdoubles
while read line ; do
# remove leading whitespace
trimmed=$(echo $line | sed -e 's/^ *//g' -e 's/ *$//g')
echo "git shortlog -sne | grep \""$trimmed"\""
done < mailmapdoubles > mailmapdoubles2
sh mailmapdoubles2
rm mailmapdoubles
rm mailmapdoubles2
---
Also interesting for similar tasks are these snippets:

# 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
---

Signed-off-by: Stefan Beller 
---
 .mailmap | 95 
 1 file changed, 71 insertions(+), 24 deletions(-)

diff --git a/.mailmap b/.mailmap
index 345cce6..1179767 100644
--- a/.mailmap
+++ b/.mailmap
@@ -5,99 +5,146 @@
 # same person appearing not to be so.
 #
 
-Alex Bennée 
+Alejandro R. Sedeño  
 Alexander Gavrilov 
+Alex Bennée 
+Alex Riesen  
+Alex Riesen  
+Alex Riesen  
+Anders Kaseorg  
+Anders Kaseorg  
 Aneesh Kumar K.V 
+anonymous 
+anonymous 
+Brandon Casey  
 Brian M. Carlson 
 Cheng Renquan 
 Chris Shoemaker 
-Dan Johnson 
 Dana L. How 
 Dana L. How 
 Daniel Barkalow 
+Dan Johnson 
 David D. Kilzer 
 David Kågedal 
+David Reiss  
 David S. Miller 
 Deskin Miller 
 Dirk Süsserott 
 Eric S. Raymond 
 Erik Faye-Lund  
-Fredrik Kuivinen 
+Florian Achleitner  

+Franck Bui-Huu  
+Frank Lichtenheld  
+Frank Lichtenheld  
 Frédéric Heitzmann 
+Fredrik Kuivinen 
+Han-Wen Nienhuys  Han-Wen Nienhuys 
 H. Merijn Brand  H.Merijn Brand 
-H. Peter Anvin 
-H. Peter Anvin 
-H. Peter Anvin 
 Horst H. von Brand 
+H. Peter Anvin  
+H. Peter Anvin  
+H. Peter Anvin  
+H. Peter Anvin  
 İsmail Dönmez 
 Jakub Narębski 
-Jay Soffian 
+Jay Soffian  
+J. Bruce Fields  
+J. Bruce Fields  
+J. Bruce Fields  
 Jeff King  
 Joachim Berdal Haga 
+Johannes Schindelin  
 Johannes Sixt  
-Johannes Sixt  
 Johannes Sixt  
+Johannes Sixt  
+Jonathan Nieder  
 Jon Loeliger 
 Jon Seymour 
-Jonathan Nieder 
 Junio C Hamano  
-Junio C Hamano  
-Junio C Hamano  
-Junio C Hamano  
 Junio C Hamano  
 Junio C Hamano  
+Junio C Hamano  
+Junio C Hamano  
 Junio C Hamano  
-Karl Hasselström 
-Kevin Leung 
+Junio C Hamano  
+Karl Wiberg  Karl Hasselström 
+Karl Wiberg  Karl Hasselström 

+Kay Sievers  
+Kay Sievers  
+Keith Cascio  
 Kent Engstrom 
+Kevin Leung 
+Kirill Smelkov  
+Kirill Smelkov  
 Lars Doelle 
 Lars Doelle 
 Li Hong 
-Linus Torvalds  

-Linus Torvalds  
-Linus Torvalds  
 Linus Torvalds  
+Linus Torvalds  
+Linus Torvalds  
 Linus Torvalds  
 Linus Torvalds  

+Linus Torvalds  

 Lukas Sandström 
 Marc-André Lureau 
 Mark Rada 
 Martin Langhoff  
 Martin von Zweigbergk  
+Matthias Kestenholz  
+Matthias Urlichs  
+Matthias Urlichs  
 Michael Coleman 
 Michael J Gruber  
+Michael Witten  
+Michael Witten  
 Michael W. Olson 
 Michele Ballabio 
+Miklos Vajna  
+Namhyung Kim  
+Namhyung Kim  
 Nanako Shiraishi 
 Nanako Shiraishi 
 Nguyễn Thái Ngọc Duy 
  
-Peter Krefting  
+Pascal Obry  
+Pascal Obry  
+Paul Mackerras  
+Paul Mackerras  
 Peter Krefting  
+Peter Krefting  
 Petr Baudis  
+Petr Baudis  
 Philippe Bruhat 
 Ralf Thielow  
 Ramsay Allan Jones 
 René Scharfe 
 Robert Fitzsimons 
 Robert Zeh 
+Robin Rosenberg  
+Salikh Zakirov  
 Sam Vilain 
-Santi Béjar 
+Santi Béjar  
 Sean Estabrooks 
+Sebastian Schuberth  
 Shawn O. Pearce 
-Steven Grimm 
+Stephen Boyd  
+Steven Grimm  
+Sven Verdoolaege  
+Sven Verdoolaege  
 Tay Ray Chuan 
 Theodore Ts'o 
+Thomas Ackermann  
 Thomas Rast  
+Timo Hirvonen  
+Toby Allsopp  
 Tony Luck 
-Uwe Kleine-König 
-Uwe Kleine-König 
 Uwe Kleine-König 
+Uwe Kleine-König 
+Uwe Kleine-König 
 Uwe Kleine-König 
 Uwe Kleine-König 
 Ville Skyttä 
 Vitaly "_Vi" Shukela 
 William Pursell 
 YOSHIFUJI Hideaki 
-anonymous 
-anonymous 
+
-- 
1.8.3.2.636.g7943f03

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/ma