Skip to content

Instantly share code, notes, and snippets.

@cameronmaske
Created January 14, 2015 18:33
Show Gist options
  • Save cameronmaske/d5ffa50a0dd641aa7927 to your computer and use it in GitHub Desktop.
Save cameronmaske/d5ffa50a0dd641aa7927 to your computer and use it in GitHub Desktop.
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