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
/
refs
Age
Commit message (
Expand
)
Author
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel
2010-11-24
Fixed doc strings, improved error checking on RefLog.write method
Sebastian Thiel
2010-11-24
RefLog: added entry_at method, which is a faster way of reading single entrie...
Sebastian Thiel
2010-11-24
Renamed msg named parameter to logmsg, as it describes the purpose of the mes...
Sebastian Thiel
2010-11-24
Added tests for creation and adjustments of reference, verifying the log gets...
Sebastian Thiel
2010-11-24
Fixed remaining issues, all tests work as expected
Sebastian Thiel
2010-11-24
Unified object and commit handling which should make the reflog handling much...
Sebastian Thiel
2010-11-24
Made previously protected methods public to introduce a method with reflog su...
Sebastian Thiel
2010-11-23
Implemented revlog.append_entry as classmethod, to assure we will always actu...
Sebastian Thiel
2010-11-23
Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set...
Sebastian Thiel
2010-11-23
Actor: Moved it from git.objects.util to git.util, adjusted all imports accor...
Sebastian Thiel
2010-11-23
Documentation is now being built for all new modules
Sebastian Thiel
2010-11-23
SymbolicReference: log method added, including test
Sebastian Thiel
2010-11-23
Implemented reflog reading and writing
Sebastian Thiel
2010-11-23
Initial interface including some of the implementation of the RefLog. TestCas...
Sebastian Thiel
2010-11-23
Fixed remaining tests - lets hope that everything is indeed working correctly...
Sebastian Thiel
2010-11-23
Split ref implementation up into multiple files, to make room for the log imp...
Sebastian Thiel