aboutsummaryrefslogtreecommitdiff
path: root/lib/git/config.py
AgeCommit message (Expand)Author
2010-06-29Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel
2010-06-25Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2009-12-17config: GitConfigReader now allows to override its lock-type. By default it u...Sebastian Thiel
2009-12-09config: fixed incorrect handling of default value in get_valueSebastian Thiel
2009-12-08config.set_value: added more convenient set_value method to ConfigReaderSebastian Thiel
2009-12-08config.get_value: Added default argument including testSebastian Thiel
2009-12-03config: implemented get_value method to have a safe way to make general queri...Sebastian Thiel
2009-11-05Fixed config module which forgot to call the superclass's initializer, finall...Sebastian Thiel
2009-10-22utils: Added LockFile including testSebastian Thiel
2009-10-19config: fixed serious issues that would cause it to see initial tabs as conti...Sebastian Thiel
2009-10-19Added configuration access including tests to remoteSebastian Thiel
2009-10-19added additional testing for the configuration, concurrent access and config ...Sebastian Thiel
2009-10-19implemented config class as far as necessary, one check is still failingSebastian Thiel
2009-10-18Added frame for configuration reader involving a meta class, decorators and t...Sebastian Thiel