Skip to content

Instantly share code, notes, and snippets.

@kamal
Created April 7, 2013 18:13
Show Gist options
  • Save kamal/5331693 to your computer and use it in GitHub Desktop.
Save kamal/5331693 to your computer and use it in GitHub Desktop.
git log --pretty=format:'%ae: %s' | ack "test|bomb|fail|conflict" | awk '{h[$1]++}END{for(i in h){print h[i],i|"sort -rn|head -20"}}' | awk '!max{max=$1;}{r="";i=s=60*$1/max;while(i-->0)r=r"#";printf "%35s %5d %s %s",$2,$1,r,"\n";}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment