"brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > The order of addresses in the mailmap file was reversed, leading to git > preferring the crustytoothpaste.ath.cx address, which is obsolete, over > the crustytoothpaste.net address, which is current. Switch the order of > the addresses so that git log displays the correct address. > > Signed-off-by: brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> > --- I initially reacted to "was reversed" with "yikes, did we break the mailmap reader and we need to update the file?", but apparently that is not what this patch is about. I think what is happening here is that cdb6b5ac (".mailmap: Combine more (name, email) to individual persons", 2013-08-12) removed -Brian M. Carlson <sandals@xxxxxxxxxxxxxxxxxxxxxxx> and then added these two lines +brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxxxxx> Brian M. Carlson <sandals@xxxxxxxxxxxxxxxxxxxxxxx> +brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxxxxx> <sandals@xxxxxxxxxxxxxxxxxxxx> where *.net address did not come from any other entry for you in the file. I guess the author of the patch saw that you were sending your messages from the .net address and tried to help by unifying the two addresses, without knowing your preference and recorded two reversed entries. Will queue as-is for now, but if you want to update the log message I do not mind taking a reroll. Thanks. > .mailmap | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.mailmap b/.mailmap > index 7c71e88ea5..df7cf6313c 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -25,8 +25,8 @@ Ben Walton <bdwalton@xxxxxxxxx> <bwalton@xxxxxxxxxxxxxxxxxx> > Benoit Sigoure <tsunanet@xxxxxxxxx> <tsuna@xxxxxxxxxxxxx> > Bernt Hansen <bernt@xxxxxxxxx> <bernt@xxxxxxxxxxxxxxxxxxx> > Brandon Casey <drafnel@xxxxxxxxx> <casey@xxxxxxxxxxxxxxx> > -brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxxxxx> Brian M. Carlson <sandals@xxxxxxxxxxxxxxxxxxxxxxx> > -brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxxxxx> <sandals@xxxxxxxxxxxxxxxxxxxx> > +brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> Brian M. Carlson <sandals@xxxxxxxxxxxxxxxxxxxxxxx> > +brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> <sandals@xxxxxxxxxxxxxxxxxxxxxxx> > Bryan Larsen <bryan@xxxxxxxxx> <bryan.larsen@xxxxxxxxx> > Bryan Larsen <bryan@xxxxxxxxx> <bryanlarsen@xxxxxxxxx> > Cheng Renquan <crquan@xxxxxxxxx>