On Tue, 08 Dec 2020 19:43:30 +0100 Salvatore Cuzzilla <salvat...@cuzzilla.org> wrote:
> do you know if it's possible to see some statistics about the > committers? like for example number of commits per committer. Sounds like an Advent of Code puzzle, for grepping through /cvs/CVSROOT/ChangeLog* The answer for Part 1: sum of base (src) commits so far in 2020 is 7582. Part 2 to figure out which committer has the most commits in 2020 is left open as excercise for the reader. Hint it's ~740 commits. > On Tue, 2020-12-08 at 15:53 +0100, Benjamin Baier wrote: > > On Tue, 08 Dec 2020 13:49:13 +0100 > > Salvatore Cuzzilla <salvat...@cuzzilla.org> wrote: > > > > > Hi Everyone, > > > > > > just out of curiosity, I was asking myself: > > > > > > - approx how many LoC do we have in *base*? > > > - & how many committers are actually contributing to it? > > > > > > when I think about some other OS with a kernel of almost 30M LoC & > > > over > > > 5k committers I go insane :) > > > > > > > > > Regards, > > > Salvatore. > > > > $ cloc /usr/src > > 111439 text files. > > 85841 unique files. > > 55120 files ignored.