From c3e4a08c44e5602843be3df15f4e1e37c132babd Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 11 Sep 2023 12:41:54 +1000 Subject: [PATCH] do_stats: Andrew uses git, so remove an irrelevant sentence --- do_stats | 3 --- 1 file changed, 3 deletions(-) diff --git a/do_stats b/do_stats index 046d76b..7c8834d 100755 --- a/do_stats +++ b/do_stats @@ -117,9 +117,6 @@ Top ten authors: $(git log --no-walk --stdin --pretty="format:%aE" <$sd/$next.sha1s.3 | tr 'A-Z' 'a-z' | sort | uniq -c | sort -nr | head -n 10) -Some of Andrew's patches are fixes for other patches in his tree (and -have been merged into those). - Top ten commiters: $(git log --no-walk --stdin --pretty="format:%cE" <$sd/$next.sha1s.3 | -- 2.39.5