Created
January 14, 2015 18:33
-
-
Save cameronmaske/d5ffa50a0dd641aa7927 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
for commit in $(git rev-list --all master) | |
do | |
echo $commit | |
git checkout $commit > /dev/null 2>&1; find . -name '*.py' | xargs wc -l | |
echo | |
done | |
git checkout master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment