gitstats: Added basic dispatching functionality for diff
commit885bccc1cf85825b80b504282a21bf2e28c25e6f
authorSverre Rabbelier <sverre@rabbelier.nl>
Fri, 6 Jun 2008 21:55:11 +0000 (6 23:55 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Fri, 6 Jun 2008 21:55:11 +0000 (6 23:55 +0200)
treeffbd1546c89d960ffa9320b2f6a13a38164d235b
parente41e5b97246663ce85ee291bed5eed45a740c359
gitstats: Added basic dispatching functionality for diff

Also added a no-op method for all other modules.
Due to this working it became clear commitDiffEquals has a
bug, it cannot parse diffs in which a chunk with size
bigger than 1 occurs.
src/git_stats/author.py
src/git_stats/branch.py
src/git_stats/commit.py
src/git_stats/diff.py
src/git_stats/index.py
src/git_stats/stats.py