summaryrefslogtreecommitdiff
path: root/lib/git/objects/tree.py
Commit message (Expand)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-280/+0
* Fixed all imports, refactoring appears to be completeSebastian Thiel2010-11-181-1/+1
* win32 compatability adjustmentsunknown2010-07-021-6/+5
* Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel2010-06-291-3/+3
* Updated and fixed sphinx API docs, which included one quick skim-throughSebastian Thiel2010-06-291-6/+8
* All tests adjusted to work with the changed internal sha representationSebastian Thiel2010-06-281-3/+6
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-251-52/+23
* index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel2010-06-221-93/+28
* index: Entries are now using flags internally, instead of reducing the flag i...Sebastian Thiel2010-06-211-1/+1
* tree: added TreeModifier, allowing to adjust existing trees safely and or fas...Sebastian Thiel2010-06-141-9/+91
* tree now uses less memory for its cache as it stores the bare deserialized in...Sebastian Thiel2010-06-141-55/+63
* Implemented initial version of tree serialization which appears to work accor...Sebastian Thiel2010-06-141-235/+266
* commit: refactored existing code to decode commits from streams - performance...Sebastian Thiel2010-06-021-1/+1
* TODO: Removed all entries but left a mesage about where to find the issuee on...Sebastian Thiel2010-05-041-1/+1
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-227/+227
* git.Tree: Fixed critical issue when reading trees from binary data. The previ...Sebastian Thiel2010-02-241-8/+6
* tree: implemented recursive paths in __div__ and __getitem__ method, allowing...Sebastian Thiel2009-12-301-6/+27
* Fixed issue with commit traversal due to missing visit_once in the traversal ...Sebastian Thiel2009-11-271-0/+8
* tree: added traversal method, adjusted testsSebastian Thiel2009-11-261-40/+10
* objects.utils: Added Traversable base and implemented it for commits includin...Sebastian Thiel2009-11-261-0/+1
* Added utilities helping to create proper paths either with slashes or backsla...Sebastian Thiel2009-11-051-1/+2
* Improved cmd error handling in case an invalid revision is specified for an o...Sebastian Thiel2009-11-041-1/+1
* IndexObject: assured that .path fields are relative to the repository ( previ...Sebastian Thiel2009-11-041-5/+5
* tree: parsing would fail when symlinks where encountered. This has been fixedSebastian Thiel2009-11-041-1/+2
* object: renamed id attribute to sha as it in fact is always being rewritten a...Sebastian Thiel2009-11-031-3/+3
* When parsing trees, we now store the originan type bits as well, previously w...Sebastian Thiel2009-10-261-8/+9
* tree.traverse: Added prune functionality - previously the predciate did both,...Sebastian Thiel2009-10-211-8/+12
* resolved cyclic inclusion issue by moving the Diffable interface into the dif...Sebastian Thiel2009-10-181-1/+2
* added Diffable interface to objects.base, its used by Commit and Tree objects.Sebastian Thiel2009-10-161-1/+2
* tree: now reads tress directly by parsing the binary data, allowing it to saf...Sebastian Thiel2009-10-141-32/+70
* test: Added time-consuming test which could also be a benchmark in fact - cur...Sebastian Thiel2009-10-141-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
* renamed from_string and list_from_string to _from_string and _list_from_strin...Sebastian Thiel2009-10-121-2/+2
* Reorganized package structure and cleaned up importsSebastian Thiel2009-10-121-0/+102