gitstats: Added aggregation and showing all activity
commitb0720da997928b6bfdb51a734c58a72f8e800690
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)
treed31013be49e41e16c46966fe6c43f53894d71bc6
parentb847751882c3ad217aee6e073aafac38495f8d34
gitstats: 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