summaryrefslogtreecommitdiff
path: root/test/test_refs.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-0/+568
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-568/+0
* tests: move to root dirKonrad Weihmann2020-07-121-0/+568
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-521/+0
* submodule.update: previous_commit is now set according to the stored reflog v...Sebastian Thiel2010-11-241-0/+3
* Renamed msg named parameter to logmsg, as it describes the purpose of the mes...Sebastian Thiel2010-11-241-10/+7
* Added tests for creation and adjustments of reference, verifying the log gets...Sebastian Thiel2010-11-241-32/+41
* Fixed remaining issues, all tests work as expectedSebastian Thiel2010-11-241-11/+15
* Unified object and commit handling which should make the reflog handling much...Sebastian Thiel2010-11-241-9/+9
* Made previously protected methods public to introduce a method with reflog su...Sebastian Thiel2010-11-241-3/+14
* Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set...Sebastian Thiel2010-11-231-29/+32
* 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/+3
* Initial interface including some of the implementation of the RefLog. TestCas...Sebastian Thiel2010-11-231-0/+2
* Updated MANIFEST and setup to include fixtures. Adjusted includes in all test...Sebastian Thiel2010-11-211-1/+1
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-0/+488