summaryrefslogtreecommitdiff
path: root/lib/git/objects
Commit message (Expand)AuthorAgeFilesLines
* tree: now reads tress directly by parsing the binary data, allowing it to saf...Sebastian Thiel2009-10-142-35/+74
* persistent command signature changed to also return the hexsha from a possibl...Sebastian Thiel2009-10-141-2/+2
* test_blob: removed many redundant tests that would fail now as the mock canno...Sebastian Thiel2009-10-143-8/+17
* test: Added time-consuming test which could also be a benchmark in fact - cur...Sebastian Thiel2009-10-144-5/+5
* cmd: added option to return the process directly, allowing to read the output...Sebastian Thiel2009-10-141-6/+8
* added Iterable interface to Ref typeSebastian Thiel2009-10-131-1/+1
* renamed find_all to list_all, changed commit to use iterable interface in pre...Sebastian Thiel2009-10-131-32/+39
* unified name of utils module, recently it was named util and utils in differe...Sebastian Thiel2009-10-132-1/+1
* tree: renamed content_from_string to _from_string to make it private. Removed...Sebastian Thiel2009-10-131-2/+2
* tree: now behaves like a list with string indexing functionality - using a di...Sebastian Thiel2009-10-121-34/+136
* IndexObjects are now checking their slots to raise a proper error message in ...Sebastian Thiel2009-10-121-1/+8
* refs now take repo as first argument and derive from LazyMixin to allow them ...Sebastian Thiel2009-10-122-25/+2
* renamed from_string and list_from_string to _from_string and _list_from_strin...Sebastian Thiel2009-10-122-8/+8
* Reorganized package structure and cleaned up importsSebastian Thiel2009-10-127-0/+702