index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
config.py
Age
Commit message (
Expand
)
Author
2016-10-01
cfg_TCs, #519: FIX config resource leaks
Kostis Anagnostopoulos
2016-03-06
config parsers as context mangers can now be reentered for locks
Raphael Boidol
2016-02-20
enable config parsers to be used as context managers
Raphael Boidol
2016-02-07
fix(cmd): prevent deadlock on clone/fetch/pull
Sebastian Thiel
2015-09-06
fix(config): ignore empty values in config file
Sebastian Thiel
2015-07-06
fix(config): use `str.startswith('~')` instead of `'~' in str`
Mihyaeru
2015-07-06
fix(config): care tilde in include.path config
Mihyaeru
2015-06-25
Added NullHandlers to all loggers to preven "No handler" messages
James Nowell
2015-04-22
fix(config): selective cfg write;fix cfg parser
Sebastian Thiel
2015-01-20
Greatly improved possible safety of Submodule.update(), which is used by defa...
Sebastian Thiel
2015-01-19
Improved unicode handling when using os.environ or GitConfigParser
Sebastian Thiel
2015-01-19
Implemented Submodule.rename()
Sebastian Thiel
2015-01-14
GitConfigParser now respects and merges 'include' sections
Sebastian Thiel
2015-01-10
Implemented multi-line parsing of git-config to the point where a sepcific te...
Sebastian Thiel
2015-01-06
Make flake8 happy
Sebastian Thiel
2015-01-06
test_repo works
Sebastian Thiel
2015-01-06
test_index works
Sebastian Thiel
2015-01-05
test_commit works once again
Sebastian Thiel
2015-01-05
Intermediate commit: test_config and test_actor works
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2011-06-07
Greatly improved robustness of config parser - it can now take pretty much ev...
Sebastian Thiel
2011-05-22
Match any number of leading spaces in config values
Jesse Keating
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel