diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-04-29 10:27:01 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-04-29 10:27:01 +0200 |
| commit | 7e0dc3c3cb8e22cf5d5983bc3424b180b5c563ca (patch) | |
| tree | 53fe622186474195faa13cc1864cbaa20e448e85 /doc/source | |
| parent | d021904974e182658a5051b5276e31469b9868d4 (diff) | |
| download | gitdb-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.rst | 1 |
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 |
