aboutsummaryrefslogtreecommitdiff
path: root/git/config.py
AgeCommit message (Expand)Author
2020-09-03Ensure that detached HEAD does not raise when comparing branch name.Jeremy Retailleau
2020-09-03Reformat code to remove unnecessary indentationJeremy Retailleau
2020-09-02Add missing blank lineJeremy Retailleau
2020-09-02Add missing rules to match hierarchy pathJeremy Retailleau
2020-09-02Fix logic to properly compare glob pattern to valueJeremy Retailleau
2020-09-02Add method to retrieve all possible paths to includeJeremy Retailleau
2020-09-02Add reference to repository to config.Jeremy Retailleau
2020-09-02Update check method to find all includesJeremy Retailleau
2020-09-02Add Regex to match content of "includeIf" sectionJeremy Retailleau
2020-02-08Remove attempt to import ConfigParser for Python 2Harmon
2020-02-08Remove and replace compat.string_typesHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2020-02-08Remove and replace compat.FileTypeHarmon
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