aboutsummaryrefslogtreecommitdiff
path: root/lib/git/objects/blob.py
AgeCommit message (Collapse)Author
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2009-11-03object: renamed id attribute to sha as it in fact is always being rewritten ↵Sebastian Thiel
as sha, even if the passed in id was a ref. This is done to assure objects are uniquely identified and will compare correctly
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel