summaryrefslogtreecommitdiff
path: root/refs/symbolic.py
Commit message (Expand)AuthorAgeFilesLines
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-618/+0
* Fixed doc strings, improved error checking on RefLog.write methodSebastian Thiel2010-11-241-0/+2
* RefLog: added entry_at method, which is a faster way of reading single entrie...Sebastian Thiel2010-11-241-0/+9
* Renamed msg named parameter to logmsg, as it describes the purpose of the mes...Sebastian Thiel2010-11-241-16/+16
* Added tests for creation and adjustments of reference, verifying the log gets...Sebastian Thiel2010-11-241-3/+11
* Fixed remaining issues, all tests work as expectedSebastian Thiel2010-11-241-12/+32
* Unified object and commit handling which should make the reflog handling much...Sebastian Thiel2010-11-241-44/+78
* Made previously protected methods public to introduce a method with reflog su...Sebastian Thiel2010-11-241-45/+69
* Implemented revlog.append_entry as classmethod, to assure we will always actu...Sebastian Thiel2010-11-231-1/+12
* Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set...Sebastian Thiel2010-11-231-19/+6
* Actor: Moved it from git.objects.util to git.util, adjusted all imports accor...Sebastian Thiel2010-11-231-0/+1
* SymbolicReference: log method added, including testSebastian Thiel2010-11-231-0/+10
* Split ref implementation up into multiple files, to make room for the log imp...Sebastian Thiel2010-11-231-0/+512