Created
April 12, 2011 20:29
-
-
Save noqqe/916331 to your computer and use it in GitHub Desktop.
statistical demo
This file contains 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
# 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