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
/
repo
Age
Commit message (
Collapse
)
Author
2010-11-25
Moved everything into the git subdirectory - some tests still need to be ↵
Sebastian Thiel
adjusted
2010-11-24
Adjusted all Head.create calls to set a logmessage similar to the one git uses
Sebastian Thiel
2010-11-24
RefLog: added entry_at method, which is a faster way of reading single ↵
Sebastian Thiel
entries, including test
2010-11-24
Improved refparse error handling in case of out-of-bound indices
Sebastian Thiel
2010-11-23
Actor: Moved it from git.objects.util to git.util, adjusted all imports ↵
Sebastian Thiel
accordingly. Added methods to Actor to retrieve the global committer and author information Reflog: implemented and tested append_entry method
2010-11-23
repo.rev_parse: Added support for simple log parsing - dates are not yet ↵
Sebastian Thiel
supported, mainly because I don't need it
2010-11-23
Split ref implementation up into multiple files, to make room for the log ↵
Sebastian Thiel
implementation
2010-11-21
moved all contents, incl. submodule gitdb, up to the root directory
Sebastian Thiel