All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] next-status: Include a list of trees with duplicate commits
@ 2026-08-11 17:01 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2026-08-11 17:01 UTC (permalink / raw)
  To: linux-next, Thierry Reding, Breno Leitao; +Cc: Mark Brown

It's possibly interesting to report trees that are duplicating commits,
this tends to be a combination of trees that routinely cherry pick fixes
instead of merging them up and transient issues with trees that upstream as
patches rather than pull requests.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 next-status | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/next-status b/next-status
index c8aa0eb..7403faf 100755
--- a/next-status
+++ b/next-status
@@ -87,7 +87,12 @@ count_tree_commits()
 
 echo Top trees adding commits to -next: >> ${MSG}
 echo >> ${MSG}
-count_tree_commits ${REPORT_SHA1s} 5
+count_tree_commits ${REPORT_SHA1s} 10
+
+echo >> ${MSG}
+echo Trees adding duplicate commits to -next: >> ${MSG}
+(cd ../duplicates/next ; wc -l --total=never *
+ cd ../linus ; wc -l --total=never * ) | sort -nr >> ${MSG}
 
 if [ "${BASELINE}" != "" ]; then
 	echo >> ${MSG}
-- 
2.47.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-11 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 17:01 [PATCH] next-status: Include a list of trees with duplicate commits Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.