aboutsummaryrefslogtreecommitdiff
path: root/git/config.py
AgeCommit message (Expand)Author
2019-10-28Filtered out "repository" more explicitlyBen Thayer
2019-10-28Raised final ValueErrorBen Thayer
2019-10-28Changed ValueErrorBen Thayer
2019-10-28Construct GitConfigParser without Repo objectBen Thayer
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2019-01-21Use items and items_all correctlyA. Jesse Jiryu Davis
2019-01-20Python 3 compatibilityA. Jesse Jiryu Davis
2019-01-20Support multiple git config values per optionA. Jesse Jiryu Davis
2018-03-18Drop support for EOL Python 2.6Hugo
2017-11-27BF: process included files before the restYaroslav Halchenko
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2017-03-09Spelling fixesVille Skyttä
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-03FIX config-lock release early regression caused by #519Kostis Anagnostopoulos
2016-10-02RF: use @functools.wraps within decorators instead of manual __name__ reassig...Yaroslav Halchenko
2016-10-01cfg_TCs, #519: FIX config resource leaksKostis Anagnostopoulos
2016-03-06config parsers as context mangers can now be reentered for locksRaphael Boidol
2016-02-20enable config parsers to be used as context managersRaphael Boidol
2016-02-07fix(cmd): prevent deadlock on clone/fetch/pullSebastian Thiel
2015-09-06fix(config): ignore empty values in config fileSebastian Thiel
2015-07-06fix(config): use `str.startswith('~')` instead of `'~' in str`Mihyaeru
2015-07-06fix(config): care tilde in include.path configMihyaeru
2015-06-25Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell
2015-04-22fix(config): selective cfg write;fix cfg parserSebastian Thiel
2015-01-20Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel
2015-01-19Improved unicode handling when using os.environ or GitConfigParserSebastian Thiel
2015-01-19Implemented Submodule.rename()Sebastian Thiel
2015-01-14GitConfigParser now respects and merges 'include' sectionsSebastian Thiel
2015-01-10Implemented multi-line parsing of git-config to the point where a sepcific te...Sebastian Thiel
2015-01-06Make flake8 happySebastian Thiel
2015-01-06test_repo worksSebastian Thiel
2015-01-06test_index worksSebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-05Intermediate commit: test_config and test_actor worksSebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-06-07Greatly improved robustness of config parser - it can now take pretty much ev...Sebastian Thiel
2011-05-22Match any number of leading spaces in config valuesJesse Keating
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel