| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-15 | Improved GitConfigurationParser to better deal with streams and the ↵ | Sebastian Thiel | |
| corresponding locks. Submodule class now operates on parent_commits, the configuration is either streamed from the repository or written directly into a blob ( or file ) dependending on whether we have a working tree checkout or not which matches our parent_commit | |||
| 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 ↵ | Sebastian Thiel | |
| uses a 'failing' lock file, but now its possible to easily put a blocking lock file in its place | |||
| 2009-12-09 | config: fixed incorrect handling of default value in get_value | Sebastian Thiel | |
| remote.config: SectionConstraint now knows about set_value and get_value which are new to the GitConfigParser | |||
| 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 ↵ | Sebastian Thiel | |
| queries to the git configuration, returning a value in the proper type. In a way its not supposed to be used as you should know the type of your configuration option or get an exception otherwise | |||
| 2009-10-22 | Adjusted all remaining test suites to use the new TestBase class where ↵ | Sebastian Thiel | |
| appropriate | |||
| 2009-10-19 | config: fixed serious issues that would cause it to see initial tabs as ↵ | Sebastian Thiel | |
| continuation lines - this leads to very incorrect results when parsing git config files. Now the complete reading is overridden to make it work as there was no other way | |||
| 2009-10-19 | added additional testing for the configuration, concurrent access and config ↵ | Sebastian Thiel | |
| reading, all tests work | |||
| 2009-10-19 | implemented config class as far as necessary, one check is still failing | Sebastian Thiel | |
| Added odict module to get an OrderedDict to be used in the config parser, assuring the order of sections and options does not change | |||
| 2009-10-18 | Added frame for configuration reader involving a meta class, decorators and ↵ | Sebastian Thiel | |
| tests - most of which still has to be filled out | |||
