aboutsummaryrefslogtreecommitdiff
path: root/refs/head.py
AgeCommit message (Collapse)Author
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted
2010-11-24Made previously protected methods public to introduce a method with reflog ↵Sebastian Thiel
support which cannot be exposed using the respective property. Ref-Creation is now fully implemented in python. For details, see doc/source/changes.rst
2010-11-23Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only ↵Sebastian Thiel
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
2010-11-23Documentation is now being built for all new modulesSebastian Thiel
2010-11-23Fixed remaining tests - lets hope that everything is indeed working ↵Sebastian Thiel
correctly - as imports changed, every line of code needs to be run to assure all names can be resolved
2010-11-23Split ref implementation up into multiple files, to make room for the log ↵Sebastian Thiel
implementation