Add a config parser and an example configuration
commit503b1445a54db3cb3787d67ec1d5e1f702d49d34
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 10 Jul 2008 11:12:30 +0000 (10 13:12 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 10 Jul 2008 11:12:30 +0000 (10 13:12 +0200)
tree20e19750cc1610a9e66dab536952b12a34cd1839
parente38bb313ce4a83a9d78a610e66340e2ee24874c0
Add a config parser and an example configuration

A simple configuration parser that should be able to parse
the default git config format without too much trouble.
Included a sample configuration file with some same default
values.
src/git_stats/config [new file with mode: 0644]
src/git_stats/config.py [new file with mode: 0644]