aboutsummaryrefslogtreecommitdiff
path: root/lib/git/objects/base.py
AgeCommit message (Expand)Author
2009-10-22added Object.data_stream property allowing to stream object data directly.Con...Sebastian Thiel
2009-10-18resolved cyclic inclusion issue by moving the Diffable interface into the dif...Sebastian Thiel
2009-10-18implemented diff tests, but will have to move the diff module as it needs to ...Sebastian Thiel
2009-10-16added Diffable interface to objects.base, its used by Commit and Tree objects.Sebastian Thiel
2009-10-16Fixed object bug that would cause object ids not to be resolved to sha's as t...Sebastian Thiel
2009-10-15Object can now create objects of the proper type in case one attempts to crea...Sebastian Thiel
2009-10-14tree: now reads tress directly by parsing the binary data, allowing it to saf...Sebastian Thiel
2009-10-14persistent command signature changed to also return the hexsha from a possibl...Sebastian Thiel
2009-10-14test_blob: removed many redundant tests that would fail now as the mock canno...Sebastian Thiel
2009-10-14test: Added time-consuming test which could also be a benchmark in fact - cur...Sebastian Thiel
2009-10-12IndexObjects are now checking their slots to raise a proper error message in ...Sebastian Thiel
2009-10-12refs now take repo as first argument and derive from LazyMixin to allow them ...Sebastian Thiel
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel