summaryrefslogtreecommitdiff
path: root/lib/git/objects/submodule.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted all files to (hopefully) deal with the fact that all objects now ↵Sebastian Thiel2010-06-251-0/+1
| | | | | | | use 20 byte sha's internally as it is closer to the GitDB implementation Switched all remaining files back to tabs Adjusted all remaining docstrings to suit the sphinx doc convention - its likely that there are many of docstring syntax errors though
* Implemented initial version of tree serialization which appears to work ↵Sebastian Thiel2010-06-141-0/+15
according to a simple test ( presort still needs implementation ) submodule: added stub to allow the tree to return something, its not implemented though