summaryrefslogtreecommitdiff
path: root/refs/head.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-246/+0
| | | | adjusted
* Made previously protected methods public to introduce a method with reflog ↵Sebastian Thiel2010-11-241-33/+0
| | | | support which cannot be exposed using the respective property. Ref-Creation is now fully implemented in python. For details, see doc/source/changes.rst
* Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only ↵Sebastian Thiel2010-11-231-17/+0
| | | | set during merge and rebase, and probably everything that changes the ref more drastically. Probably I have to reread that. What needs to be adjusted though is the reflog
* Documentation is now being built for all new modulesSebastian Thiel2010-11-231-1/+0
|
* Fixed remaining tests - lets hope that everything is indeed working ↵Sebastian Thiel2010-11-231-0/+2
| | | | 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/+295
implementation