Generates a CSV of all repo contributors.
Clone repos into ./repos using:
git clone --bare --filter=blob:none https://github.com/user/repo ./repos/repoUpdate all repos using:
for repo in ./repos/*; do echo "Updating $repo..."; (cd "$repo" && git fetch origin); doneGenerate contributor list.
./collect.rb