summaryrefslogtreecommitdiff
path: root/refs/log.py
Commit message (Expand)AuthorAgeFilesLines
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-282/+0
* Fixed doc strings, improved error checking on RefLog.write methodSebastian Thiel2010-11-241-2/+9
* RefLog: added entry_at method, which is a faster way of reading single entrie...Sebastian Thiel2010-11-241-0/+31
* Unified object and commit handling which should make the reflog handling much...Sebastian Thiel2010-11-241-3/+6
* 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