aboutsummaryrefslogtreecommitdiff
path: root/git/config.py
AgeCommit message (Collapse)Author
2011-06-07Greatly improved robustness of config parser - it can now take pretty much ↵Sebastian Thiel
everything. Includes an updated config file which includes all the new additions
2011-05-22Match any number of leading spaces in config valuesJesse Keating
The regex comments state that any number of leading tabs or spaces should be allowed, however the regex was only catching zero or one space. This allows multiple spaces.
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted