summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-04-29 10:27:01 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-04-29 10:27:01 +0200
commit7e0dc3c3cb8e22cf5d5983bc3424b180b5c563ca (patch)
tree53fe622186474195faa13cc1864cbaa20e448e85 /doc/source
parentd021904974e182658a5051b5276e31469b9868d4 (diff)
downloadgitdb-7e0dc3c3cb8e22cf5d5983bc3424b180b5c563ca.tar.gz
Applied more fixes and an implementation for the RepositoryPathsMixin. This showed that we need to distinguish between plain object dbs with a respective interface and full repositories, which have references and remotes. Ideally, the ones that require only odbs use the odb member, others use the repo member
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index e5d5324..485615a 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -10,6 +10,7 @@ NEXT
* Added interface to handle git related paths: **RepositoryPathsMixin**
* Added interface to read and write git-like configuration: **ConfigurationMixin**
* Added implementation of git datbase with support for transportation and reference resolution: **RefGitDB**
+* Renamed type *GitDB* to **GitODB** to differentiate its object-only property to the **RefGitDB**
*****
0.5.2