summaryrefslogtreecommitdiff
path: root/refs/reference.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-84/+0
| | | | adjusted
* Renamed msg named parameter to logmsg, as it describes the purpose of the ↵Sebastian Thiel2010-11-241-4/+4
| | | | | | message much better Added test for deletion of reflog file when the corresponding ref is deleted
* Added tests for creation and adjustments of reference, verifying the log ↵Sebastian Thiel2010-11-241-0/+30
| | | | gets written
* Unified object and commit handling which should make the reflog handling ↵Sebastian Thiel2010-11-241-36/+1
| | | | much easier. There is some bug in it though, it still needs fixing
* Made previously protected methods public to introduce a method with reflog ↵Sebastian Thiel2010-11-241-25/+2
| | | | support which cannot be exposed using the respective property. Ref-Creation is now fully implemented in python. For details, see doc/source/changes.rst
* Fixed remaining tests - lets hope that everything is indeed working ↵Sebastian Thiel2010-11-231-0/+1
| | | | correctly - as imports changed, every line of code needs to be run to assure all names can be resolved
* Split ref implementation up into multiple files, to make room for the log ↵Sebastian Thiel2010-11-231-0/+111
implementation