gitstats: Created a script that aggregates author activity in one part of the content.
commit1a907bb37e8e6502c65ba80d021e42d48f992d0c
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 29 May 2008 00:16:39 +0000 (29 02:16 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 29 May 2008 00:16:39 +0000 (29 02:16 +0200)
treec669ea82c2d4a092c927fb4b039aa812b5f2be8c
parent43ff577283b2846007d1899afb6b85e79492317f
gitstats: Created a script that aggregates author activity in one part of the content.

Currently all it does is analyse the output of:
git log --numstat --pretty=format:%ae > testrepo.log
Also, it does not handle merges (in which case there are multiple e-mail lines)
src/git_stats/author.py [new file with mode: 0755]