b8003f9956
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
alarson@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
michael@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.bennee@linaro.org>
Message-Id: <20220315121251.2280317-6-alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Aaron Larson <alarson@ddci.com>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Cc: Andreas Färber <andreas.faerber@web.de>
Cc: Jason Wang <jasowang@redhat.com>
52 lines
2.1 KiB
Plaintext
52 lines
2.1 KiB
Plaintext
#
|
|
# This is the email aliases file, mapping secondary addresses onto a
|
|
# single, canonical address. It duplicates some info from .mailmap so
|
|
# if you are adding something here also consider if the .mailmap needs
|
|
# updating.
|
|
#
|
|
# If you just want to avoid gitdm complaining about author fields
|
|
# which are actually email addresses with the message:
|
|
#
|
|
# "...is an author name, probably not what you want"
|
|
#
|
|
# you can just apply --use-mailmap to you git-log command, e.g:
|
|
#
|
|
# git log --use-mailmap --numstat --since "last 2 years" | $GITDM
|
|
#
|
|
# however that will have the effect of squashing multiple addresses to
|
|
# a canonical address which will distort the stats of those who
|
|
# contribute in both personal and professional capacities from
|
|
# different addresses.
|
|
#
|
|
|
|
# weird commits
|
|
balrog@c046a42c-6fe2-441c-8c8c-71466251a162 balrogg@gmail.com
|
|
aliguori@c046a42c-6fe2-441c-8c8c-71466251a162 anthony@codemonkey.ws
|
|
aurel32@c046a42c-6fe2-441c-8c8c-71466251a162 aurelien@aurel32.net
|
|
blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162 blauwirbel@gmail.com
|
|
edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162 edgar.iglesias@gmail.com
|
|
bellard@c046a42c-6fe2-441c-8c8c-71466251a162 fabrice@bellard.org
|
|
j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162 l_indien@magic.fr
|
|
pbrook@c046a42c-6fe2-441c-8c8c-71466251a162 paul@codesourcery.com
|
|
ths@c046a42c-6fe2-441c-8c8c-71466251a162 ths@networkno.de
|
|
malc@c046a42c-6fe2-441c-8c8c-71466251a162 av1474@comtv.ru
|
|
|
|
# canonical emails
|
|
liq3ea@163.com liq3ea@gmail.com
|
|
|
|
# some broken DCO tags
|
|
yuval.shaia.ml.gmail.com yuval.shaia.ml@gmail.com
|
|
jasowang jasowang@redhat.com
|
|
nicta.com.au peter.chubb@nicta.com.au
|
|
|
|
# There is also a:
|
|
# (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162>
|
|
# for the cvs2svn initialization commit e63c3dc74bf.
|
|
|
|
# Next, translate a few commits where mailman rewrote the From: line due
|
|
# to strict SPF, although we prefer to avoid adding more entries like that.
|
|
"Ed Swierk via Qemu-devel" eswierk@skyportsystems.com
|
|
"Ian McKellar via Qemu-devel" ianloic@google.com
|
|
"Julia Suvorova via Qemu-devel" jusual@mail.ru
|
|
"Justin Terry (VM) via Qemu-devel" juterry@microsoft.com
|