summaryrefslogtreecommitdiff
path: root/lib/git/base.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Sebastian Thiel2009-10-111-244/+244
| | | | editor to work with the files properly. Can convert it back for releaes
* Re-designed the tag testing - it does not use fixtures anymore but ↵Sebastian Thiel2009-10-111-3/+158
| | | | dyamically checks the existance of tags within the repository - it basically tests the interface and checks that expected return types are actually returned
* Intermediate commit: commit,tree and blob objects now derive from object - ↵Sebastian Thiel2009-10-111-1/+68
| | | | test is in place which still fails on purpose. Need to integrate tags which can be objects or just a special form of a ref
* Renamed lazy.py to base.py to have a file for base classes - lazy not yet ↵Sebastian Thiel2009-10-091-0/+32
changed to allow proper rename tracking