summaryrefslogtreecommitdiff
path: root/git/objects/blob.py
Commit message (Collapse)AuthorAgeFilesLines
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-18/+18
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* blob: Added class level members to represent valid file modes that can be ↵Sebastian Thiel2011-01-061-0/+5
| | | | used if you create a new blob
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+27
adjusted