aboutsummaryrefslogtreecommitdiff
path: root/lib/git/objects/tree.py
AgeCommit message (Expand)Author
2009-11-04tree: parsing would fail when symlinks where encountered. This has been fixedSebastian Thiel
2009-11-03object: renamed id attribute to sha as it in fact is always being rewritten a...Sebastian Thiel
2009-10-26When parsing trees, we now store the originan type bits as well, previously w...Sebastian Thiel
2009-10-21tree.traverse: Added prune functionality - previously the predciate did both,...Sebastian Thiel
2009-10-18resolved cyclic inclusion issue by moving the Diffable interface into the dif...Sebastian Thiel
2009-10-16added Diffable interface to objects.base, its used by Commit and Tree objects.Sebastian Thiel
2009-10-14tree: now reads tress directly by parsing the binary data, allowing it to saf...Sebastian Thiel
2009-10-14test: Added time-consuming test which could also be a benchmark in fact - cur...Sebastian Thiel
2009-10-13tree: renamed content_from_string to _from_string to make it private. Removed...Sebastian Thiel
2009-10-12tree: now behaves like a list with string indexing functionality - using a di...Sebastian Thiel
2009-10-12renamed from_string and list_from_string to _from_string and _list_from_strin...Sebastian Thiel
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel