summaryrefslogtreecommitdiff
path: root/test/git/test_refs.py
Commit message (Expand)AuthorAgeFilesLines
* refs: Added is_valid method to SymbolicReference base classSebastian Thiel2009-12-151-0/+6
* Reference: reading of commit data is now safer and handles non-existing paths...Sebastian Thiel2009-12-071-0/+4
* SymbolicRefence base is now fully aware of pack files in all operations.Sebastian Thiel2009-12-041-0/+39
* refs: Fixed incorrect retrieval of symbolic reference types - previously we o...Sebastian Thiel2009-12-041-3/+11
* SymbolicReference creation now won't fail if the target already exists and ha...Sebastian Thiel2009-12-041-2/+6
* refs.rename: improved handling as it will only raise ( if not forced ) if the...Sebastian Thiel2009-12-031-1/+4
* refs: Implemented low-level (Symbolic)Reference renaming as some references c...Sebastian Thiel2009-12-031-0/+24
* repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel2009-12-031-1/+1
* SymbolicReference.delete: Now takes SymbolicReference instances as well, not ...Sebastian Thiel2009-11-301-2/+3
* Generalized custom reference creation down to SymbolicReference level. 'Refer...Sebastian Thiel2009-11-301-0/+14
* ref: Added general method to create and delete any reference pointing to any ...Sebastian Thiel2009-11-301-0/+17
* SymbolicReference is now the base for all references, allowing them to appear...Sebastian Thiel2009-11-261-8/+2
* SymbolicReferences can now be at any path within the repository, there is no ...Sebastian Thiel2009-11-261-3/+27
* helpers: fixed and improved test repo decorators to use the new head.checkout...Sebastian Thiel2009-11-041-2/+2
* head.checkout method added including testSebastian Thiel2009-11-041-1/+22
* refs: iter_items now imlemented natively for additional performance. We did n...Sebastian Thiel2009-11-031-9/+5
* Now using git-update-ref and git-symbolic-ref to update references with reflo...Sebastian Thiel2009-11-031-4/+2
* Added repo.refs for completeness (as remote.refs is there as well and quite n...Sebastian Thiel2009-10-281-0/+6
* refs.SymoblicRef: implemented direcft setting of the symbolic references comm...Sebastian Thiel2009-10-261-0/+18
* Refs can now set the reference they are pointing to in a controlled fashion b...Sebastian Thiel2009-10-231-1/+17
* Added TagRefernce creation and deletion including testsSebastian Thiel2009-10-231-3/+40
* Implemented head methods: create, delete, rename, including testsSebastian Thiel2009-10-231-3/+32
* refs: added create, delete and rename methods where appropriate. Tests are ma...Sebastian Thiel2009-10-231-0/+8
* SymbolicReferences can now change they references safely as I think and well ...Sebastian Thiel2009-10-231-0/+26
* Adjusted tests to deal with API changesSebastian Thiel2009-10-221-6/+6
* Added SymbolicReference and HEAD type to better represent these special types...Sebastian Thiel2009-10-221-0/+84