Announcement

Collapse
No announcement yet.

The Linux Kernel Enters 2020 At 27.8 Million Lines In Git But With Less Developers For 2019

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • The Linux Kernel Enters 2020 At 27.8 Million Lines In Git But With Less Developers For 2019

    Phoronix: The Linux Kernel Enters 2020 At 27.8 Million Lines In Git But With Less Developers For 2019

    As of this morning in the Linux kernel Git source tree, the kernel weighs in at 27.8 million lines!..

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    fewer

    Comment


    • #3
      Typo:

      Originally posted by phoronix View Post
      Besides Linus Torvalds, the most prolific controbitors to the kernel

      Comment


      • #4
        It seems like the --no-merges option was missing from the command used to gather contributor statistics? This is the output with the --no-merges option:

        Code:
        $ git log --after="2019-01-01" --before="2019-31-12 23:59:59" --no-merges origin/master | sed -n 's/^Author: //p' | sed 's/[[:blank:]]*<.*//' |sort |uniq -c | sort -rn | head -n 10
           945 Chris Wilson
           940 Christoph Hellwig
           934 YueHaibing
           747 Thomas Gleixner
           608 Colin Ian King
           547 Masahiro Yamada
           543 Kuninori Morimoto
           521 Arnaldo Carvalho de Melo
           511 Gustavo A. R. Silva
           489 Arnd Bergmann

        Comment


        • #5
          Originally posted by vrorin View Post
          fewer
          Stannis?

          Comment


          • #6
            Originally posted by kodi View Post
            It seems like the --no-merges option was missing from the command used to gather contributor statistics? This is the output with the --no-merges option:

            Code:
            $ git log --after="2019-01-01" --before="2019-31-12 23:59:59" --no-merges origin/master | sed -n 's/^Author: //p' | sed 's/[[:blank:]]*<.*//' |sort |uniq -c | sort -rn | head -n 10
            Hint, my American friend: ISO dates are year-month-day (biggest to smallest) - so 2019-31-12 only works by chance, but correct would be 2019-12-31

            Comment

            Working...
            X