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
/
refs
/
symbolic.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel
2010-11-25
1
-618
/
+0
*
Fixed doc strings, improved error checking on RefLog.write method
Sebastian Thiel
2010-11-24
1
-0
/
+2
*
RefLog: added entry_at method, which is a faster way of reading single entrie...
Sebastian Thiel
2010-11-24
1
-0
/
+9
*
Renamed msg named parameter to logmsg, as it describes the purpose of the mes...
Sebastian Thiel
2010-11-24
1
-16
/
+16
*
Added tests for creation and adjustments of reference, verifying the log gets...
Sebastian Thiel
2010-11-24
1
-3
/
+11
*
Fixed remaining issues, all tests work as expected
Sebastian Thiel
2010-11-24
1
-12
/
+32
*
Unified object and commit handling which should make the reflog handling much...
Sebastian Thiel
2010-11-24
1
-44
/
+78
*
Made previously protected methods public to introduce a method with reflog su...
Sebastian Thiel
2010-11-24
1
-45
/
+69
*
Implemented revlog.append_entry as classmethod, to assure we will always actu...
Sebastian Thiel
2010-11-23
1
-1
/
+12
*
Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set...
Sebastian Thiel
2010-11-23
1
-19
/
+6
*
Actor: Moved it from git.objects.util to git.util, adjusted all imports accor...
Sebastian Thiel
2010-11-23
1
-0
/
+1
*
SymbolicReference: log method added, including test
Sebastian Thiel
2010-11-23
1
-0
/
+10
*
Split ref implementation up into multiple files, to make room for the log imp...
Sebastian Thiel
2010-11-23
1
-0
/
+512