Skip to content

Instantly share code, notes, and snippets.

@kbuckler
Created December 15, 2011 06:23
Show Gist options
  • Save kbuckler/1480044 to your computer and use it in GitHub Desktop.
Save kbuckler/1480044 to your computer and use it in GitHub Desktop.
for i in `find app lib -name *.rb`
do
echo `git log --oneline $i | grep -i -e fix -e bug -e zd: | wc -l` $i
done
% ./bugs.sh > bugcount
% cat bugcount | sort -r -n | head -25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment