summaryrefslogtreecommitdiff
path: root/lib/git/base.py
Commit message (Expand)AuthorAgeFilesLines
* fixed issue in Ref.name implementation which would not handle components prop...Sebastian Thiel2009-10-111-2/+8
* lazymixin system now supports per-attribute baking, it is up to the class whe...Sebastian Thiel2009-10-111-49/+47
* put Tree and Blob onto a new base class suitable to deal with IndexObjectsSebastian Thiel2009-10-111-1/+55
* converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel2009-10-111-244/+244
* Re-designed the tag testing - it does not use fixtures anymore but dyamically...Sebastian Thiel2009-10-111-3/+158
* Intermediate commit: commit,tree and blob objects now derive from object - te...Sebastian Thiel2009-10-111-1/+68
* Renamed lazy.py to base.py to have a file for base classes - lazy not yet cha...Sebastian Thiel2009-10-091-0/+32