summaryrefslogtreecommitdiff
path: root/lib/git/odb/fun.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed odb from project, it is now used as a submodule named gitdb, which ↵Sebastian Thiel2010-06-121-115/+0
| | | | | | was added instead Adjusted all imports to deal with the changed package names
* Implemented stream tests, found a bug on the way, slowly a test-framework ↵Sebastian Thiel2010-06-041-5/+12
| | | | for streams starts to show up, but its not yet there
* Fixed implementation after design change to deal with it - all tests run, ↵Sebastian Thiel2010-06-041-26/+20
| | | | but next there will have to be more through testing
* odb: implemented loose object streaming, which is impossible to do ↵Sebastian Thiel2010-06-031-0/+114
efficiently considering that it copies string buffers all the time