From: Stephen Rothwell Date: Mon, 11 Sep 2023 02:41:54 +0000 (+1000) Subject: do_stats: Andrew uses git, so remove an irrelevant sentence X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=c3e4a08c44e5602843be3df15f4e1e37c132babd;p=next-scripts do_stats: Andrew uses git, so remove an irrelevant sentence --- 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 |