aboutsummaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel
2010-11-24Fixed doc strings, improved error checking on RefLog.write methodSebastian Thiel
2010-11-24RefLog: added entry_at method, which is a faster way of reading single entrie...Sebastian Thiel
2010-11-24Renamed msg named parameter to logmsg, as it describes the purpose of the mes...Sebastian Thiel
2010-11-24Added tests for creation and adjustments of reference, verifying the log gets...Sebastian Thiel
2010-11-24Fixed remaining issues, all tests work as expectedSebastian Thiel
2010-11-24Unified object and commit handling which should make the reflog handling much...Sebastian Thiel
2010-11-24Made previously protected methods public to introduce a method with reflog su...Sebastian Thiel
2010-11-23Implemented revlog.append_entry as classmethod, to assure we will always actu...Sebastian Thiel
2010-11-23Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set...Sebastian Thiel
2010-11-23Actor: Moved it from git.objects.util to git.util, adjusted all imports accor...Sebastian Thiel
2010-11-23Documentation is now being built for all new modulesSebastian Thiel
2010-11-23SymbolicReference: log method added, including testSebastian Thiel
2010-11-23Implemented reflog reading and writingSebastian Thiel
2010-11-23Initial interface including some of the implementation of the RefLog. TestCas...Sebastian Thiel
2010-11-23Fixed remaining tests - lets hope that everything is indeed working correctly...Sebastian Thiel
2010-11-23Split ref implementation up into multiple files, to make room for the log imp...Sebastian Thiel