gitstats: Add a 'commits that touch' memory to commit.py
commit3a7900814ac056c3c069c8cf27f2bb8c7cfdd21f
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)
tree7b405717b09dd0c72d9ef0b6d0736e40d8327b9b
parenta904391b7a0cf67cce5adc3c21b899be59c7be27
gitstats: 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