aboutsummaryrefslogtreecommitdiff
path: root/git/config.py
AgeCommit message (Collapse)Author
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