gitstats: Refactored bug.py to allow for a trivial aggregation function
commitb275f6499f9b7813b169bf8f8a029a4c82bd5084
authorSverre Rabbelier <sverre@rabbelier.nl>
Fri, 11 Jul 2008 13:07:25 +0000 (11 15:07 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Fri, 11 Jul 2008 13:07:25 +0000 (11 15:07 +0200)
treef5324b615cec12e8063cc10da93e3ea5bf9f3f4e
parente7394e86d3ae1855659c6d8433eb672090711674
gitstats: Refactored bug.py to allow for a trivial aggregation function

By moving some logic into a seperate function (namely the
part that figures out what options we want) it is now easy
to loop over all commits and determine their type.
This is very slow though, some optimization will have to be
done to make it reasonably fast.
src/git_stats/bug.py