index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
git
/
test_refs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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