gitstats: Don't die when an option is not specified at all
commit182833d34acbd4217cd89479b3430ba97015f896
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 10 Jul 2008 11:33:26 +0000 (10 13:33 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 10 Jul 2008 11:33:26 +0000 (10 13:33 +0200)
tree7a5818e912c3067bcc6a5efc39bf98dda98604df
parent0e9696a44287541c33e48537d2a431568270808e
gitstats: Don't die when an option is not specified at all

In bug.py we died when an option (such as the diff filter)
was not specified at all (e.g., both not in the config file
and not on the command line). Instead we should just ignore
it.
src/git_stats/bug.py