summaryrefslogtreecommitdiff
path: root/git/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Greatly improved robustness of config parser - it can now take pretty much ↵Sebastian Thiel2011-06-071-3/+8
| | | | everything. Includes an updated config file which includes all the new additions
* Match any number of leading spaces in config valuesJesse Keating2011-06-071-1/+1
| | | | | | 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.
* Added all code from gitdb to gitpython. Next is to make it generally work. ↵Sebastian Thiel2011-05-051-1/+411
| | | | Then the tests will need some work
* configparser is now part of gitdb. Test still remains until it was replaced ↵Sebastian Thiel2011-04-251-411/+1
| | | | by its gitdb counterpart through inheritance. All items which are part of gitdb but used by gitpython need their own verification within gitpython
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+420
adjusted