Add a 'commits that touch' memory to commit.py
commitb7fc0068dc44ce5bd99e2dd29d053d87ffb4bb4e
authorSverre Rabbelier <sverre@rabbelier.nl>
Sat, 12 Jul 2008 16:04:46 +0000 (12 18:04 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sat, 12 Jul 2008 16:04:46 +0000 (12 18:04 +0200)
tree75176da346930074cce3e44b463a8f3e68d4202f
parentd8297790ee1dabf48754c614b0ddf17f14c2e999
Add a 'commits that touch' memory to commit.py

This saves a lot of calls to the git binary since often
there are only relatively few files and relatively many
commits.
src/git_stats/branch.py
src/git_stats/bug.py
src/git_stats/commit.py
src/git_stats/diff.py