| Commit message (Expand) | Author | Age | Files | Lines |
* | flattened test folder structure, didn't adjust any file content yet | Sebastian Thiel | 2010-11-21 | 1 | -488/+0 |
* | ORIG_HEAD handling is now implemented in the ref-class itself, instead of bei... | Sebastian Thiel | 2010-11-18 | 1 | -0/+31 |
* | remote: added methods to set and query the tracking branch status of normal h... | Sebastian Thiel | 2010-11-16 | 1 | -2/+22 |
* | test_refs: fixed failing tests just by making it less strict. It is dependent... | Sebastian Thiel | 2010-11-06 | 1 | -1/+1 |
* | cmd: improved error handling and debug printing | Sebastian Thiel | 2010-10-27 | 1 | -1/+10 |
* | RevParse now generally works, but there are still some more specialized tests... | Sebastian Thiel | 2010-07-06 | 1 | -2/+0 |
* | Initial version of the rev-parse routine, which doesn't work too bad, but its... | Sebastian Thiel | 2010-07-06 | 1 | -410/+414 |
* | refs: a Reference can now be created by assigning a commit or object (for con... | Sebastian Thiel | 2010-05-26 | 1 | -0/+38 |
* | Handle filenames with embedded spaces when generating diffs | Rick Copeland | 2010-05-10 | 1 | -0/+1 |
* | repo: added test with some basic assertions for empty repositories these | Sebastian Thiel | 2010-05-10 | 1 | -0/+10 |
* | Converted all tabs to 4 space characters each to comply with pep8 | Sebastian Thiel | 2010-03-04 | 1 | -361/+361 |
* | refs: Added is_valid method to SymbolicReference base class | Sebastian Thiel | 2009-12-15 | 1 | -0/+6 |
* | Reference: reading of commit data is now safer and handles non-existing paths... | Sebastian Thiel | 2009-12-07 | 1 | -0/+4 |
* | SymbolicRefence base is now fully aware of pack files in all operations. | Sebastian Thiel | 2009-12-04 | 1 | -0/+39 |
* | refs: Fixed incorrect retrieval of symbolic reference types - previously we o... | Sebastian Thiel | 2009-12-04 | 1 | -3/+11 |
* | SymbolicReference creation now won't fail if the target already exists and ha... | Sebastian Thiel | 2009-12-04 | 1 | -2/+6 |
* | refs.rename: improved handling as it will only raise ( if not forced ) if the... | Sebastian Thiel | 2009-12-03 | 1 | -1/+4 |
* | refs: Implemented low-level (Symbolic)Reference renaming as some references c... | Sebastian Thiel | 2009-12-03 | 1 | -0/+24 |
* | repo: renamed directories to more descriptive identifiers and made them safer... | Sebastian Thiel | 2009-12-03 | 1 | -1/+1 |
* | SymbolicReference.delete: Now takes SymbolicReference instances as well, not ... | Sebastian Thiel | 2009-11-30 | 1 | -2/+3 |
* | Generalized custom reference creation down to SymbolicReference level. 'Refer... | Sebastian Thiel | 2009-11-30 | 1 | -0/+14 |
* | ref: Added general method to create and delete any reference pointing to any ... | Sebastian Thiel | 2009-11-30 | 1 | -0/+17 |
* | SymbolicReference is now the base for all references, allowing them to appear... | Sebastian Thiel | 2009-11-26 | 1 | -8/+2 |
* | SymbolicReferences can now be at any path within the repository, there is no ... | Sebastian Thiel | 2009-11-26 | 1 | -3/+27 |
* | helpers: fixed and improved test repo decorators to use the new head.checkout... | Sebastian Thiel | 2009-11-04 | 1 | -2/+2 |
* | head.checkout method added including test | Sebastian Thiel | 2009-11-04 | 1 | -1/+22 |
* | refs: iter_items now imlemented natively for additional performance. We did n... | Sebastian Thiel | 2009-11-03 | 1 | -9/+5 |
* | Now using git-update-ref and git-symbolic-ref to update references with reflo... | Sebastian Thiel | 2009-11-03 | 1 | -4/+2 |
* | Added repo.refs for completeness (as remote.refs is there as well and quite n... | Sebastian Thiel | 2009-10-28 | 1 | -0/+6 |
* | refs.SymoblicRef: implemented direcft setting of the symbolic references comm... | Sebastian Thiel | 2009-10-26 | 1 | -0/+18 |
* | Refs can now set the reference they are pointing to in a controlled fashion b... | Sebastian Thiel | 2009-10-23 | 1 | -1/+17 |
* | Added TagRefernce creation and deletion including tests | Sebastian Thiel | 2009-10-23 | 1 | -3/+40 |
* | Implemented head methods: create, delete, rename, including tests | Sebastian Thiel | 2009-10-23 | 1 | -3/+32 |
* | refs: added create, delete and rename methods where appropriate. Tests are ma... | Sebastian Thiel | 2009-10-23 | 1 | -0/+8 |
* | SymbolicReferences can now change they references safely as I think and well ... | Sebastian Thiel | 2009-10-23 | 1 | -0/+26 |
* | Adjusted tests to deal with API changes | Sebastian Thiel | 2009-10-22 | 1 | -6/+6 |
* | Added SymbolicReference and HEAD type to better represent these special types... | Sebastian Thiel | 2009-10-22 | 1 | -0/+84 |