gitstats: Use Repo(".").git instead of Git(".")
commitdd51c4f0fe6be49c01626c9ef7d551930cea397d
authorSverre Rabbelier <sverre@rabbelier.nl>
Tue, 24 Jun 2008 22:26:01 +0000 (25 00:26 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Tue, 24 Jun 2008 22:26:01 +0000 (25 00:26 +0200)
treea51f0382b6affe721afad043c7a210ffb37e0388
parent38bb7ea2d8334901f677584db6e48ec2d620487a
gitstats: Use Repo(".").git instead of Git(".")

Because the 'git directory finding' has been moved to the
Repo initialization we need to use Repo now.
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/parse.py
src/scripts/setupRepo.py