Re: [u-boot-gitdm PATCH 2/2] Add some more employers

2023-12-09 Thread Tom Rini
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 ! gre

Re: [u-boot-gitdm PATCH 2/2] Add some more employers

2023-12-09 Thread Heinrich Schuchardt
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

Re: [u-boot-gitdm PATCH 2/2] Add some more employers

2023-12-09 Thread Tom Rini
On Sun, Dec 03, 2023 at 05:44:28PM -0700, Simon Glass wrote: > Hi Tom, > > Would it be worth be resending this as individual patches and copying > the people for each domain? Or perhaps we could have a way to > encourage people to add the details? It's just one table, and entry. So I will add a

Re: [u-boot-gitdm PATCH 2/2] Add some more employers

2023-12-04 Thread Quentin Schulz
Hi Simon, 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";

Re: [u-boot-gitdm PATCH 2/2] Add some more employers

2023-12-03 Thread Simon Glass
Hi Tom, Would it be worth be resending this as individual patches and copying the people for each domain? Or perhaps we could have a way to encourage people to add the details? Regards, Simon On Sun, 3 Dec 2023 at 14:32, Tom Rini wrote: > > On Sun, Dec 03, 2023 at 09:49:49AM +0100, Jonas Karlm

Re: [u-boot-gitdm PATCH 2/2] Add some more employers

2023-12-03 Thread Tom Rini
On Sun, Dec 03, 2023 at 09:49:49AM +0100, Jonas Karlman wrote: > Hi Simon, > > On 2023-12-03 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 > >

Re: [u-boot-gitdm PATCH 2/2] Add some more employers

2023-12-03 Thread Jonas Karlman
Hi Simon, On 2023-12-03 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 $emai

[u-boot-gitdm PATCH 2/2] Add some more employers

2023-12-02 Thread Simon Glass
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 thir