Linux Kernel developed by hackers

October 18, 2009

If one looks at the authoring date of all commits, and sorts that by frequency per hour, you get these results:

Hour Commits
007749
016769
024526
032589
042084
051178
061117
071687
083707
095874
107875
119538
128302
1310907
1412170
1513141
1612569
1710735
187252
196893
206895
218083
228437
237272

git log v2.6.32-rc4 | grep ^Date: | perl -pe 's/^(?:\S+\s+){4}(\d+).*/$1/' | sort -g | uniq -c

Conclusion: Many people code into the night and wake up late(r), as expected from true hackers ;-)