I hereby claim:
- I am commodorebeard on github.
- I am commodorebeard (https://keybase.io/commodorebeard) on keybase.
- I have a public key ASArD80FkIhE-wtLXiygDpXjUBcnD_08HMzV93Ue7vjDRAo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| function getContributors() { | |
| git ls-tree -r --name-only master $1 | while read file ; do | |
| git log --follow --pretty=format:%an $file | sort | uniq | |
| done | sort | uniq | |
| return 0 | |
| } | |
| allContributors=() | |
| while read -r user; do |
I hereby claim:
To claim this, I am signing this object: