]> git.ozlabs.org Git - next-scripts/commitdiff
do_stats: Andrew uses git, so remove an irrelevant sentence
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 11 Sep 2023 02:41:54 +0000 (12:41 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 11 Sep 2023 02:41:54 +0000 (12:41 +1000)
do_stats

index 046d76bf80627e796e0cac0d593b98cc3c3e777f..7c8834d5fa15358bf1d2d231556ae12428702a40 100755 (executable)
--- 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 |