summaryrefslogtreecommitdiff
path: root/git/config.py
Commit message (Expand)AuthorAgeFilesLines
* config parsers as context mangers can now be reentered for locksRaphael Boidol2016-03-061-15/+21
* enable config parsers to be used as context managersRaphael Boidol2016-02-201-2/+19
* fix(cmd): prevent deadlock on clone/fetch/pullSebastian Thiel2016-02-071-8/+1
* fix(config): ignore empty values in config fileSebastian Thiel2015-09-061-6/+14
* fix(config): use `str.startswith('~')` instead of `'~' in str`Mihyaeru2015-07-061-1/+1
* fix(config): care tilde in include.path configMihyaeru2015-07-061-0/+2
* Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell2015-06-251-0/+1
* fix(config): selective cfg write;fix cfg parserSebastian Thiel2015-04-221-1/+5
* Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel2015-01-201-1/+3
* Improved unicode handling when using os.environ or GitConfigParserSebastian Thiel2015-01-191-3/+9
* Implemented Submodule.rename()Sebastian Thiel2015-01-191-2/+20
* GitConfigParser now respects and merges 'include' sectionsSebastian Thiel2015-01-141-13/+70
* Implemented multi-line parsing of git-config to the point where a sepcific te...Sebastian Thiel2015-01-101-38/+67
* Make flake8 happySebastian Thiel2015-01-061-2/+2
* test_repo worksSebastian Thiel2015-01-061-2/+12
* test_index worksSebastian Thiel2015-01-061-1/+8
* test_commit works once againSebastian Thiel2015-01-051-1/+6
* Intermediate commit: test_config and test_actor worksSebastian Thiel2015-01-051-20/+22
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-4/+8
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+5
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-2/+6
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-5/+3
* Applied autopep8Sebastian Thiel2014-11-191-4/+5
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-23/+23
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-15/+15
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-5/+7
* pep8 linting (whitespaces)Antoine Musso2014-11-161-63/+63
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-395/+395
* 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-05-221-1/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+420