Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -246/+0 |
| | | | | adjusted | ||||
* | Made previously protected methods public to introduce a method with reflog ↵ | Sebastian Thiel | 2010-11-24 | 1 | -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 Thiel | 2010-11-23 | 1 | -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 modules | Sebastian Thiel | 2010-11-23 | 1 | -1/+0 |
| | |||||
* | Fixed remaining tests - lets hope that everything is indeed working ↵ | Sebastian Thiel | 2010-11-23 | 1 | -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 Thiel | 2010-11-23 | 1 | -0/+295 |
implementation |