gitstats: Made use of with_keep_cwd now that git-python runs from the top dir
commit56c6acdc2a9df50d3241bad86299611033372551
authorSverre Rabbelier <sverre@rabbelier.nl>
Fri, 13 Jun 2008 18:44:27 +0000 (13 20:44 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Fri, 13 Jun 2008 18:44:27 +0000 (13 20:44 +0200)
tree4e3e41934e4cbeafcdd01ef62e0358189cac14f3
parentf9d441209032fbcffa5057cbf6774b407eec00ad
gitstats: Made use of with_keep_cwd now that git-python runs from the top dir

Because git-python is now running all commands from within
the directory that contains the '.git' dir, we need to tell
it that we want to run the command from the current
directory. This can be done with the with_keep_cwd option.
src/git_stats/commit.py