summaryrefslogtreecommitdiff
path: root/refs/remote.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-63/+0
| | | | adjusted
* Made previously protected methods public to introduce a method with reflog ↵Sebastian Thiel2010-11-241-0/+5
| | | | 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/+57
implementation