aboutsummaryrefslogtreecommitdiff
path: root/git/config.py
AgeCommit message (Collapse)Author
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel
Needs plenty of work
2012-02-08Fixed a case were values containing \\" were not properly escapedJulien Kauffmann
2012-02-08Fixed quotes and backslashes handling in GitConfigParserJulien Kauffmann
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-06-07Match 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.
2011-05-05Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel
Then the tests will need some work
2011-04-25configparser is now part of gitdb. Test still remains until it was replaced ↵Sebastian Thiel
by its gitdb counterpart through inheritance. All items which are part of gitdb but used by gitpython need their own verification within gitpython
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted