Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the config parser using code from python2.7 | Keith Mosher | 2014-08-12 | 1 | -42/+52 |
| | | | | | | Notably this adds support for valueless options ( e.x. the option "required" which can be added to filters which must succeed.) | ||||
* | Autopep8 fixes with maximum line length 120 | Craig Northway | 2014-07-25 | 1 | -101/+104 |
| | |||||
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵ | Sebastian Thiel | 2014-02-09 | 1 | -419/+419 |
| | | | | Needs plenty of work | ||||
* | Fixed a case were values containing \\" were not properly escaped | Julien Kauffmann | 2012-02-08 | 1 | -1/+6 |
| | |||||
* | Fixed quotes and backslashes handling in GitConfigParser | Julien Kauffmann | 2012-02-08 | 1 | -3/+22 |
| | |||||
* | Greatly improved robustness of config parser - it can now take pretty much ↵ | Sebastian Thiel | 2011-06-07 | 1 | -3/+8 |
| | | | | everything. Includes an updated config file which includes all the new additions | ||||
* | Match any number of leading spaces in config values | Jesse Keating | 2011-06-07 | 1 | -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 Thiel | 2011-05-05 | 1 | -1/+411 |
| | | | | Then the tests will need some work | ||||
* | configparser is now part of gitdb. Test still remains until it was replaced ↵ | Sebastian Thiel | 2011-04-25 | 1 | -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 Thiel | 2010-11-25 | 1 | -0/+420 |
adjusted |