gitstats: Add a diff memory to diff.py and use it in bug.py
commitb2b4bccc7f7c97a0fe20039b8ffd679272967d44
authorSverre Rabbelier <sverre@rabbelier.nl>
Sat, 12 Jul 2008 12:55:40 +0000 (12 14:55 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sat, 12 Jul 2008 12:59:15 +0000 (12 14:59 +0200)
tree715d1d183d64e607c6fe2c6120496b18de03a7d0
parent63be2ca8ddd31e6dd2886e73b797dff0830acbd9
gitstats: Add a diff memory to diff.py and use it in bug.py

This way, when we try to find reverts for many commits we
don't do so much double work. This results in a speedup
of about 15 times.
src/git_stats/bug.py
src/git_stats/diff.py