| Age | Commit message (Collapse) | Author |
|
methods on the default Repo implementation into interfaces or something that can be abstracted. It shows that it would indeed be good to keep the differentiation between Repositories which contain an object database as it is clearly easier to setup any combination of repositories that use git and those that do not, with just the addition of one more level of indirection. Lets see how it will end up
|
|
repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces
|
|
changed drastically. Now the actual work begins
|
|
|
|
Then the tests will need some work
|