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 | -84/+0 |
| | | | | adjusted | ||||
* | Renamed msg named parameter to logmsg, as it describes the purpose of the ↵ | Sebastian Thiel | 2010-11-24 | 1 | -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 Thiel | 2010-11-24 | 1 | -0/+30 |
| | | | | gets written | ||||
* | Unified object and commit handling which should make the reflog handling ↵ | Sebastian Thiel | 2010-11-24 | 1 | -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 Thiel | 2010-11-24 | 1 | -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 Thiel | 2010-11-23 | 1 | -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 Thiel | 2010-11-23 | 1 | -0/+111 |
implementation |