
9 Dec
2023
9 Dec
'23
3:10 p.m.
On Sat, Dec 09, 2023 at 03:06:05PM +0100, Heinrich Schuchardt wrote:
On 12/3/23 05:46, Simon Glass wrote:
This looks at the top unknowns:
git log --pretty=%ae v2023.01.. |sed 's/.*@//' |sort |uniq -c | sort -nr | (while read count email; do if ! grep -q $email u-boot-config/domain-map; then echo "$count $email"; fi; done )
It reduces the (Unknown) count from a third to a fifth.
Signed-off-by: Simon Glass sjg@chromium.org
[snip]
As I have a .mailmap entry maybe you need to add:
# Heinrich Schuchardt xypron.glpk@gmx.de Canonical
Please send this on its own, or if you're feeling empowered, update all of the Canonical people / aliases. Thanks.
--
Tom