List of Linus Torvalds' emails used in linux repo — https://ivan.bessarabov.com/blog/famous-programmers-work-time
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bessarabov@server:/tmp/linux$ git show|head -1; git log --author="Linus Torvalds" --format="%ae" | sort | uniq -c | |
commit fec88ab0af9706b2201e5daf377c5031c62d11f7 | |
32 torvalds@evo.osdl.org | |
1522 torvalds@g5.osdl.org | |
24203 torvalds@linux-foundation.org | |
7 torvalds@macmini.osdl.org | |
2 torvalds@merom.osdl.org | |
8 torvalds@osdl.org | |
166 torvalds@ppc970.osdl.org | |
4 torvalds@ppc970.osdl.org.(none) | |
1 torvalds@quad.osdl.org | |
1606 torvalds@woody.linux-foundation.org | |
174 torvalds@woody.osdl.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment