summaryrefslogtreecommitdiff
path: root/test/git/test_refs.py
Commit message (Expand)AuthorAgeFilesLines
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-488/+0
* ORIG_HEAD handling is now implemented in the ref-class itself, instead of bei...Sebastian Thiel2010-11-181-0/+31
* remote: added methods to set and query the tracking branch status of normal h...Sebastian Thiel2010-11-161-2/+22
* test_refs: fixed failing tests just by making it less strict. It is dependent...Sebastian Thiel2010-11-061-1/+1
* cmd: improved error handling and debug printingSebastian Thiel2010-10-271-1/+10
* RevParse now generally works, but there are still some more specialized tests...Sebastian Thiel2010-07-061-2/+0
* Initial version of the rev-parse routine, which doesn't work too bad, but its...Sebastian Thiel2010-07-061-410/+414
* refs: a Reference can now be created by assigning a commit or object (for con...Sebastian Thiel2010-05-261-0/+38
* Handle filenames with embedded spaces when generating diffsRick Copeland2010-05-101-0/+1
* repo: added test with some basic assertions for empty repositories theseSebastian Thiel2010-05-101-0/+10
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-361/+361
* 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