diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-29 21:59:12 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-29 21:59:12 +0200 |
commit | 0996049122842a343e0ea7fbbecafddb2b4ba9d3 (patch) | |
tree | caf5682e79d1317cd29d9bbab965cf932a1b67ff /doc/source/changes.rst | |
parent | cd26aaebbda94dc3740e41bbd3f91ba6b1a25c10 (diff) | |
download | gitpython-0996049122842a343e0ea7fbbecafddb2b4ba9d3.tar.gz |
Intermediate commit with quite some progress in order to put all extra 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
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 6d09f144..d7fd02ff 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -10,11 +10,11 @@ NEXT * ### Interface Changes ### - * SymbolicReference + * **SymbolicReference** * object_binsha property added - * Blob Type + * **Blob** Type * Added mode constants to ease the manual creation of blobs |