Skip to content

Instantly share code, notes, and snippets.

@noqqe
Created April 12, 2011 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noqqe/916331 to your computer and use it in GitHub Desktop.
Save noqqe/916331 to your computer and use it in GitHub Desktop.
statistical demo
# demo of http://github.com/noqqe/statistical
# git author visualization
# author commits getting by https://github.com/esc/git-stats
for a in $(git shortlog -sn --all | cut -f2 | cut -f1 -d' ');
do
echo -n "$a:"
git log $LOGOPTS --all --numstat --format="%n" --author=$a | cut -f3 | sort -iu | wc -l
done | statistical
Mark |##################
Robert |#########################################################################
Florian |##############
Jesus |######
John |##############
Rich |########
Piotr |###
Travis |####
Fedyashev |##
zerobearing2 |####
Andy |###
Daniel |####
Jeff |##
Karl |##
Robert |#########################################################################
Sirupsen |##
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment