aboutsummaryrefslogtreecommitdiff
path: root/git/config.py
AgeCommit message (Expand)Author
2014-08-12Update the config parser using code from python2.7Keith Mosher
2014-07-25Autopep8 fixes with maximum line length 120Craig Northway
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel
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 ev...Sebastian Thiel
2011-06-07Match any number of leading spaces in config valuesJesse Keating
2011-05-05Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel
2011-04-25configparser is now part of gitdb. Test still remains until it was replaced b...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel