Skip to content

Instantly share code, notes, and snippets.

@parkan
Created December 5, 2014 17:57
Show Gist options
  • Save parkan/e89f9d54533326ff94bd to your computer and use it in GitHub Desktop.
Save parkan/e89f9d54533326ff94bd to your computer and use it in GitHub Desktop.
Chromium contributor count
[0ff3a49...//src]% git remote -v (arkadiy@sodium:~/src/)
origin https://chromium.googlesource.com/chromium/src.git (fetch)
origin https://chromium.googlesource.com/chromium/src.git (push)
[0ff3a49...//src]% git shortlog -sn | wc -l (arkadiy@sodium:~/src/)
3385
@parkan
Copy link
Author

parkan commented Dec 5, 2014

grep -v "google.com" |wc -l
2780

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment