summaryrefslogtreecommitdiff
path: root/refs/log.py
Commit message (Expand)AuthorAgeFilesLines
* Implemented revlog.append_entry as classmethod, to assure we will always actu...Sebastian Thiel2010-11-231-10/+27
* Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set...Sebastian Thiel2010-11-231-5/+9
* Actor: Moved it from git.objects.util to git.util, adjusted all imports accor...Sebastian Thiel2010-11-231-11/+53
* SymbolicReference: log method added, including testSebastian Thiel2010-11-231-2/+1
* Implemented reflog reading and writingSebastian Thiel2010-11-231-21/+39
* Initial interface including some of the implementation of the RefLog. TestCas...Sebastian Thiel2010-11-231-0/+161