Made GitStats compatible with the latest version of git-python
commitddd12a7b846335893a4d73dca5ad39b35077f7ec
authorSverre Rabbelier <sverre@rabbelier.nl>
Wed, 11 Jun 2008 15:37:54 +0000 (11 17:37 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Wed, 11 Jun 2008 15:37:54 +0000 (11 17:37 +0200)
tree9aa33f472517016ee3f84745eba2ad510217f1d3
parent8278afc49464c87dee2c3761b84ec41e2fd39392
Made GitStats compatible with the latest version of git-python

The most significant changes are that by default the
trailing newline is removed. Also, the module name was
changed from 'git-python' to just 'git'.
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/scripts/setupRepo.py
src/stats.py