summaryrefslogtreecommitdiff
path: root/gitdb/object
Commit message (Collapse)AuthorAgeFilesLines
* Applied more fixes and an implementation for the RepositoryPathsMixin. This ↵Sebastian Thiel2011-04-291-1/+1
| | | | 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
* Fixed ref test up to the point where there is an issue resolving objects in ↵Sebastian Thiel2011-04-261-6/+8
| | | | the database for some reason.
* Initial version of objects. The submodule implementation is left in ↵Sebastian Thiel2011-04-079-0/+1375
git-python for now as it requires plenty of additional features which are currently only available via the git command