summaryrefslogtreecommitdiff
path: root/refs
Commit message (Expand)AuthorAgeFilesLines
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-257-1405/+0
* Fixed doc strings, improved error checking on RefLog.write methodSebastian Thiel2010-11-242-2/+11
* RefLog: added entry_at method, which is a faster way of reading single entrie...Sebastian Thiel2010-11-242-0/+40
* Renamed msg named parameter to logmsg, as it describes the purpose of the mes...Sebastian Thiel2010-11-242-20/+20
* Added tests for creation and adjustments of reference, verifying the log gets...Sebastian Thiel2010-11-242-3/+41
* 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-243-83/+85
* Made previously protected methods public to introduce a method with reflog su...Sebastian Thiel2010-11-244-103/+76
* Implemented revlog.append_entry as classmethod, to assure we will always actu...Sebastian Thiel2010-11-232-11/+39
* Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set...Sebastian Thiel2010-11-233-41/+15
* Actor: Moved it from git.objects.util to git.util, adjusted all imports accor...Sebastian Thiel2010-11-232-11/+54
* Documentation is now being built for all new modulesSebastian Thiel2010-11-231-1/+0
* SymbolicReference: log method added, including testSebastian Thiel2010-11-232-2/+11
* Implemented reflog reading and writingSebastian Thiel2010-11-231-21/+39
* Initial interface including some of the implementation of the RefLog. TestCas...Sebastian Thiel2010-11-232-2/+164
* Fixed remaining tests - lets hope that everything is indeed working correctly...Sebastian Thiel2010-11-233-0/+4
* Split ref implementation up into multiple files, to make room for the log imp...Sebastian Thiel2010-11-236-0/+1086