Alex Bennée <[email protected]> writes: > I was running some historical tags for the last 10 years and got the > following warnings: > > git log --use-mailmap --numstat --since "June 2010" | ~/src/gitdm.git/gitdm > -n -l 5 > [email protected] is an author name, probably not what you want > bad utf-8 ('utf-8' codec can't decode byte 0xe4 in position 552: invalid > continuation byte) in patchm skipping > bad utf-8 ('utf-8' codec can't decode byte 0xe4 in position 342: invalid > continuation byte) in patchm skipping > [email protected] is an author name, probably not what you want > Oops...funky email nicta.com.au > bad utf-8 ('utf-8' codec can't decode byte 0xe9 in position 232: invalid > continuation byte) in patchm skipping > Oops...funky email andreas.faerber > Grabbing changesets...done > Processed 76422 csets from 1902 developers > > The following fixes try and alleviate that although I still get a > warning for Aaron which I think is from 9743cd5736. > > Signed-off-by: Alex Bennée <[email protected]> > Cc: Aaron Larson <[email protected]> > Cc: Andreas Färber <[email protected]> > Cc: Jason Wang <[email protected]> > Cc: Michael Ellerman <[email protected]> > Cc: Peter Chubb <[email protected]> > --- > .mailmap | 6 ++++++ > contrib/gitdm/aliases | 5 ++++- > 2 files changed, 10 insertions(+), 1 deletion(-) > > diff --git a/.mailmap b/.mailmap > index 5113f55b3a..5dc168b199 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -28,7 +28,11 @@ Thiemo Seufer <[email protected]> ths > <ths@c046a42c-6fe2-441c-8c8c-71466251a162> > malc <[email protected]> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> > > # Corrupted Author fields > +Aaron Larson <[email protected]> [email protected] > +Andreas Färber <[email protected]> Andreas Färber <andreas.faerber> > +Jason Wang <[email protected]> Jason Wang <jasowang> > Marek Dolata <[email protected]> [email protected] <[email protected]> > +Michael Ellerman <[email protected]> [email protected] > <[email protected]>
I prefer to use [email protected] for coding related things, but obviously this address also works. cheers
