summaryrefslogtreecommitdiff
path: root/lib/git/objects/blob.py
Commit message (Collapse)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-211-27/+0
|
* Removed blob.data property as there is no real reason for an exception to ↵Sebastian Thiel2010-06-291-11/+1
| | | | the rule of trying not to cache possibly heavy data. The data_stream method should be used instead
* Updated and fixed sphinx API docs, which included one quick skim-throughSebastian Thiel2010-06-291-1/+2
|
* All tests adjusted to work with the changed internal sha representationSebastian Thiel2010-06-281-12/+12
|
* Adjusted all files to (hopefully) deal with the fact that all objects now ↵Sebastian Thiel2010-06-251-17/+17
| | | | | | | 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
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-21/+21
|
* object: renamed id attribute to sha as it in fact is always being rewritten ↵Sebastian Thiel2009-11-031-1/+1
| | | | as sha, even if the passed in id was a ref. This is done to assure objects are uniquely identified and will compare correctly
* Reorganized package structure and cleaned up importsSebastian Thiel2009-10-121-0/+36