summaryrefslogtreecommitdiff
path: root/db/git.py
Commit message (Expand)AuthorAgeFilesLines
* Moved partial_to_complete_sha_hex from gitdb to compounddb, its fitting there...Sebastian Thiel2010-07-071-56/+0
* Added method to obtain a full sha from a partial sha, for each of the databas...Sebastian Thiel2010-07-071-1/+64
* CompoundDB: implemented simple dict base first-level cache which really helps...Sebastian Thiel2010-06-251-2/+3
* Implemented gitdb, it should be a fully functional git database with full rea...Sebastian Thiel2010-06-201-6/+30
* Base implementation and stubs added for git-like db, as well as the reference...Sebastian Thiel2010-06-181-26/+42
* moved all info and stream base classes into new module, base, as well as the ...Sebastian Thiel2010-06-161-1/+1
* Made the db module a package to have enough room for expansionSebastian Thiel2010-06-141-0/+33