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 <s...@chromium.org>
[snip] 
> As I have a .mailmap entry maybe you need to add:
> 
> # Heinrich Schuchardt
> xypron.g...@gmx.de            Canonical

Please send this on its own, or if you're feeling empowered, update all
of the Canonical people / aliases. Thanks.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to