summaryrefslogtreecommitdiff
path: root/lib/git/config.py
Commit message (Expand)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-420/+0
* Inital implementation of Submodule.move including a very simple and to-be-imp...Sebastian Thiel2010-11-171-0/+5
* remote: added methods to set and query the tracking branch status of normal h...Sebastian Thiel2010-11-161-1/+2
* Submodule now only supports branches to be given as hint that will svn-extern...Sebastian Thiel2010-11-161-13/+17
* Improved GitConfigurationParser to better deal with streams and the correspon...Sebastian Thiel2010-11-151-4/+8
* submodule: Fleshed out interface, and a partial test which is not yet usable....Sebastian Thiel2010-11-151-1/+23
* Fixed bug that would cause the author's email to be a generic default one, in...Sebastian Thiel2010-10-271-1/+1
* Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel2010-06-291-1/+1
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-251-399/+363
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-392/+392
* config: GitConfigReader now allows to override its lock-type. By default it u...Sebastian Thiel2009-12-171-8/+17
* config: fixed incorrect handling of default value in get_valueSebastian Thiel2009-12-091-1/+3
* config.set_value: added more convenient set_value method to ConfigReaderSebastian Thiel2009-12-081-0/+20
* config.get_value: Added default argument including testSebastian Thiel2009-12-081-2/+10
* config: implemented get_value method to have a safe way to make general queri...Sebastian Thiel2009-12-031-0/+33
* Fixed config module which forgot to call the superclass's initializer, finall...Sebastian Thiel2009-11-051-0/+1
* utils: Added LockFile including testSebastian Thiel2009-10-221-68/+10
* config: fixed serious issues that would cause it to see initial tabs as conti...Sebastian Thiel2009-10-191-0/+73
* Added configuration access including tests to remoteSebastian Thiel2009-10-191-3/+7
* added additional testing for the configuration, concurrent access and config ...Sebastian Thiel2009-10-191-6/+18
* implemented config class as far as necessary, one check is still failingSebastian Thiel2009-10-191-20/+236
* Added frame for configuration reader involving a meta class, decorators and t...Sebastian Thiel2009-10-181-0/+100