index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
git
/
test_refs.py
Age
Commit message (
Expand
)
Author
2009-12-04
refs: Fixed incorrect retrieval of symbolic reference types - previously we o...
Sebastian Thiel
2009-12-04
SymbolicReference creation now won't fail if the target already exists and ha...
Sebastian Thiel
2009-12-03
refs.rename: improved handling as it will only raise ( if not forced ) if the...
Sebastian Thiel
2009-12-03
refs: Implemented low-level (Symbolic)Reference renaming as some references c...
Sebastian Thiel
2009-12-03
repo: renamed directories to more descriptive identifiers and made them safer...
Sebastian Thiel
2009-11-30
SymbolicReference.delete: Now takes SymbolicReference instances as well, not ...
Sebastian Thiel
2009-11-30
Generalized custom reference creation down to SymbolicReference level. 'Refer...
Sebastian Thiel
2009-11-30
ref: Added general method to create and delete any reference pointing to any ...
Sebastian Thiel
2009-11-26
SymbolicReference is now the base for all references, allowing them to appear...
Sebastian Thiel
2009-11-26
SymbolicReferences can now be at any path within the repository, there is no ...
Sebastian Thiel
2009-11-04
helpers: fixed and improved test repo decorators to use the new head.checkout...
Sebastian Thiel
2009-11-04
head.checkout method added including test
Sebastian Thiel
2009-11-03
refs: iter_items now imlemented natively for additional performance. We did n...
Sebastian Thiel
2009-11-03
Now using git-update-ref and git-symbolic-ref to update references with reflo...
Sebastian Thiel
2009-10-28
Added repo.refs for completeness (as remote.refs is there as well and quite n...
Sebastian Thiel
2009-10-26
refs.SymoblicRef: implemented direcft setting of the symbolic references comm...
Sebastian Thiel
2009-10-23
Refs can now set the reference they are pointing to in a controlled fashion b...
Sebastian Thiel
2009-10-23
Added TagRefernce creation and deletion including tests
Sebastian Thiel
2009-10-23
Implemented head methods: create, delete, rename, including tests
Sebastian Thiel
2009-10-23
refs: added create, delete and rename methods where appropriate. Tests are ma...
Sebastian Thiel
2009-10-23
SymbolicReferences can now change they references safely as I think and well ...
Sebastian Thiel
2009-10-22
Adjusted tests to deal with API changes
Sebastian Thiel
2009-10-22
Added SymbolicReference and HEAD type to better represent these special types...
Sebastian Thiel