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
/
test
/
git
/
test_config.py
Age
Commit message (
Expand
)
Author
2010-11-15
Improved GitConfigurationParser to better deal with streams and the correspon...
Sebastian Thiel
2010-03-04
Converted all tabs to 4 space characters each to comply with pep8
Sebastian Thiel
2009-12-17
config: GitConfigReader now allows to override its lock-type. By default it u...
Sebastian Thiel
2009-12-09
config: fixed incorrect handling of default value in get_value
Sebastian Thiel
2009-12-08
config.set_value: added more convenient set_value method to ConfigReader
Sebastian Thiel
2009-12-08
config.get_value: Added default argument including test
Sebastian Thiel
2009-12-03
config: implemented get_value method to have a safe way to make general queri...
Sebastian Thiel
2009-10-22
Adjusted all remaining test suites to use the new TestBase class where approp...
Sebastian Thiel
2009-10-19
config: fixed serious issues that would cause it to see initial tabs as conti...
Sebastian Thiel
2009-10-19
added additional testing for the configuration, concurrent access and config ...
Sebastian Thiel
2009-10-19
implemented config class as far as necessary, one check is still failing
Sebastian Thiel
2009-10-18
Added frame for configuration reader involving a meta class, decorators and t...
Sebastian Thiel