
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 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
u-boot-config/domain-map | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+)
diff --git a/u-boot-config/domain-map b/u-boot-config/domain-map index 63cb60f..27f1a7e 100644 --- a/u-boot-config/domain-map +++ b/u-boot-config/domain-map
[...]
@@ -164,10 +175,13 @@ jmicron.com jmicron.com jp.fujitsu.com Fujitsu juniper.net Juniper Networks katalix.com Katalix Systems +kernel-space.org kernelspace keymile.com Keymile keyspan.com InnoSys +kwiboo.se Kwiboo
kwiboo.se is my personal domain and I have no affiliation with kwiboo ltd.
My kwiboo nickname and the kwiboo ltd company have no affiliation, the name conflict is purely accidental. I started using kwiboo as a nickname from around 2005, someone unrelated registered kwiboo ltd in 2007.
All my U-Boot contributions should be affiliated with me personally and should and cannot be affiliated with an employer.
And this is why I prefer these updates to come as single entry changes and from someone involved there as well. I will keep an eye on what the stats do with the subdomain on the Renesas contributions, however.