summaryrefslogtreecommitdiff
path: root/git/config.py
Commit message (Expand)AuthorAgeFilesLines
* Update the config parser using code from python2.7Keith Mosher2014-08-121-42/+52
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-101/+104
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...Sebastian Thiel2014-02-091-419/+419
* Fixed a case were values containing \\" were not properly escapedJulien Kauffmann2012-02-081-1/+6
* Fixed quotes and backslashes handling in GitConfigParserJulien Kauffmann2012-02-081-3/+22
* Greatly improved robustness of config parser - it can now take pretty much ev...Sebastian Thiel2011-06-071-3/+8
* Match any number of leading spaces in config valuesJesse Keating2011-06-071-1/+1
* Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel2011-05-051-1/+411
* configparser is now part of gitdb. Test still remains until it was replaced b...Sebastian Thiel2011-04-251-411/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+420