summaryrefslogtreecommitdiff
path: root/git/config.py
Commit message (Expand)AuthorAgeFilesLines
* Use items and items_all correctlyA. Jesse Jiryu Davis2019-01-211-19/+16
* Python 3 compatibilityA. Jesse Jiryu Davis2019-01-201-1/+2
* Support multiple git config values per optionA. Jesse Jiryu Davis2019-01-201-10/+129
* Drop support for EOL Python 2.6Hugo2018-03-181-1/+1
* BF: process included files before the restYaroslav Halchenko2017-11-271-1/+2
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-04-091-1/+1
* Spelling fixesVille Skyttä2017-03-091-3/+3
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-16/+20
|\
| * src: import os.path as ospKostis Anagnostopoulos2016-10-161-16/+20
* | Fix some typosSantiago Castro2016-10-201-3/+3
|/
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-2/+2
* FIX config-lock release early regression caused by #519Kostis Anagnostopoulos2016-10-031-13/+8
* RF: use @functools.wraps within decorators instead of manual __name__ reassig...Yaroslav Halchenko2016-10-021-1/+3
* cfg_TCs, #519: FIX config resource leaksKostis Anagnostopoulos2016-10-011-37/+23
* 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