Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved everything into the git subdirectory - some tests still need to be adju... | Sebastian Thiel | 2010-11-25 | 1 | -102/+0 |
* | Fixed doc strings, improved error checking on RefLog.write method | Sebastian Thiel | 2010-11-24 | 1 | -0/+3 |
* | RefLog: added entry_at method, which is a faster way of reading single entrie... | Sebastian Thiel | 2010-11-24 | 1 | -0/+13 |
* | Fixed remaining issues, all tests work as expected | Sebastian Thiel | 2010-11-24 | 1 | -1/+1 |
* | Unified object and commit handling which should make the reflog handling much... | Sebastian Thiel | 2010-11-24 | 1 | -1/+2 |
* | Implemented revlog.append_entry as classmethod, to assure we will always actu... | Sebastian Thiel | 2010-11-23 | 1 | -8/+3 |
* | Actor: Moved it from git.objects.util to git.util, adjusted all imports accor... | Sebastian Thiel | 2010-11-23 | 1 | -1/+17 |
* | Implemented reflog reading and writing | Sebastian Thiel | 2010-11-23 | 1 | -2/+44 |
* | Initial interface including some of the implementation of the RefLog. TestCas... | Sebastian Thiel | 2010-11-23 | 1 | -0/+32 |