Added aggregation and showing all activity
commite38bb313ce4a83a9d78a610e66340e2ee24874c0
authorSverre Rabbelier <sverre@rabbelier.nl>
Wed, 9 Jul 2008 12:40:41 +0000 (9 14:40 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Wed, 9 Jul 2008 13:05:22 +0000 (9 15:05 +0200)
tree21733e25abec99f911ff1a6fe179e4e00bfed467
parent83e2b6df1e025fef16488f21b55e1c407d8d6b33
Added aggregation and showing all activity

Previously one could only see activity for one specific
developer with the 'author -d' switch. Now one can see the
activity of all developers with 'author -e'.
The total activity can now be seen with 'author -a', which
previously unimplemented.
In order to get this to work the activityInArea function
was modified to remember the activity not only per file,
but also per author.
src/git_stats/author.py
src/t/t8100-stats.sh