Skip to content

Instantly share code, notes, and snippets.

@bessarabov
Last active July 19, 2019 07:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
List of Linus Torvalds' emails used in linux repo — https://ivan.bessarabov.com/blog/famous-programmers-work-time
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