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
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
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
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";
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
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
> >
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
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
8 matches
Mail list logo