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-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