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 iterati

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

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

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

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

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 ar