summaryrefslogtreecommitdiff
path: root/git/config.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure that detached HEAD does not raise when comparing branch name.Jeremy Retailleau2020-09-031-1/+7
* Reformat code to remove unnecessary indentationJeremy Retailleau2020-09-031-29/+31
* Add missing blank lineJeremy Retailleau2020-09-021-0/+1
* Add missing rules to match hierarchy pathJeremy Retailleau2020-09-021-12/+16
* Fix logic to properly compare glob pattern to valueJeremy Retailleau2020-09-021-15/+16
* Add method to retrieve all possible paths to includeJeremy Retailleau2020-09-021-1/+36
* Add reference to repository to config.Jeremy Retailleau2020-09-021-2/+6
* Update check method to find all includesJeremy Retailleau2020-09-021-1/+4
* Add Regex to match content of "includeIf" sectionJeremy Retailleau2020-09-021-0/+3
* Remove attempt to import ConfigParser for Python 2Harmon2020-02-081-6/+1
* Remove and replace compat.string_typesHarmon2020-02-081-4/+3
* Remove checks for Python 2 and/or 3Harmon2020-02-081-4/+1
* Remove and replace compat.FileTypeHarmon2020-02-081-2/+2
* Filtered out "repository" more explicitlyBen Thayer2019-10-281-1/+1
* Raised final ValueErrorBen Thayer2019-10-281-1/+1
* Changed ValueErrorBen Thayer2019-10-281-1/+1
* Construct GitConfigParser without Repo objectBen Thayer2019-10-281-3/+38
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
* 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