File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,28 @@ This edition covers what happened during the month of April 2021.
38
38
couldn't be selected! We hope to continue to see you in the
39
39
community!
40
40
41
+ * [ The top 1% of commit trailers] ( https://lore.kernel.org/git/60ad75ac7ffca_2ae08208b@natae.notmuch/ )
42
+
43
+ Felipe Contreras posted a fun analysis of how often various commit
44
+ trailers (` reviewed-by ` , ` tested-by ` , etc) appear in the git.git project.
45
+
46
+ Setting aside ` signed-off-by ` (which all contributions must include),
47
+ the most common trailers are ` acked-by ` (1945 occurences) and
48
+ ` reviewed-by ` (1729 occurences), together accounting for almost half
49
+ of all trailers.
50
+
51
+ The next 4 most common trailers give a great insight into just how
52
+ much collaboration goes on in the git.git project: ` helped-by ` (1336),
53
+ ` reported-by ` (960), ` mentored-by ` (379), and ` suggested-by ` (281).
54
+
55
+ Perhaps most interesting is the long list of trailers that have only
56
+ been seen once, though now that this list is out there we may see more
57
+ of ` deemed-obviously-correct-by ` , ` worriedly-acked-by ` , and ` cheered-on-by `
58
+ in the future.
59
+
60
+ [ This script] ( https://gist.github.com/felipec/ce491d351c88e4acbdbf6bc02a47223d )
61
+ can be used to replicate the analysis.
62
+
41
63
### Reviews
42
64
43
65
* [[ PATCH] [ GSOC] pretty: provide human date format] ( https://lore.kernel.org/git/pull.939.git.1619195245606.gitgitgadget@gmail.com/ )
You can’t perform that action at this time.
0 commit comments