gitstats: Add a config parser and an example configuration
commitff2e755e4dcf0f2216c7838accc8bdb47dee3895
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)
tree205b8343d574772a0d349e9b0e2f98aef76d9230
parentb0720da997928b6bfdb51a734c58a72f8e800690
gitstats: 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]