Alex Bennée <alex.ben...@linaro.org> 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 > alar...@ddci.com 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 > mich...@ozlabs.org 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 <alex.ben...@linaro.org> > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Acked-by: Aaron Larson <alar...@ddci.com> > Cc: Andreas Färber <andreas.faer...@web.de> > Cc: Jason Wang <jasow...@redhat.com> > Cc: Michael Ellerman <mich...@ellerman.id.au> > > --- > v2 > - added Aaron's acked by > - dropped Peter Chubb from CC (bouncing emails) > - used Michaels preferred coding email
Thanks. Acked-by: Michael Ellerman <m...@ellerman.id.au> cheers