summaryrefslogtreecommitdiff
path: root/gitdb/object/commit.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed plenty of code which went into git-python. This is just for ↵gitdbmergerSebastian Thiel2011-05-051-253/+0
| | | | completeness, gitdb doesn't need to be worked on anymore
* 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
* Initial version of objects. The submodule implementation is left in ↵Sebastian Thiel2011-04-071-0/+259
git-python for now as it requires plenty of additional features which are currently only available via the git command