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
/
fixtures
Age
Commit message (
Expand
)
Author
2010-06-02
commit: redesigned revlist and commit parsing, commits are always retrieved f...
Sebastian Thiel
2009-10-20
improved IndexEntry type and added test for parsing of the stage
Sebastian Thiel
2009-10-20
Added initial version of the index reading from file - IndexEntry interface i...
Sebastian Thiel
2009-10-19
implemented config class as far as necessary, one check is still failing
Sebastian Thiel
2009-10-18
Added frame for configuration reader involving a meta class, decorators and t...
Sebastian Thiel
2009-10-11
mode-only change for test system - this should be in a separate repository in...
Sebastian Thiel
2009-10-11
fixed issue in Ref.name implementation which would not handle components prop...
Sebastian Thiel
2009-10-11
Re-designed the tag testing - it does not use fixtures anymore but dyamically...
Sebastian Thiel
2008-12-16
fixed Commit.stats retrieval for parentless commits in bare repos
Michael Trier
2008-12-16
Fixed a bug with branch names omitting path components.
Michael Trier
2008-12-15
Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to
Michael Trier
2008-09-02
test_commit: add a testcase for parsing rev-list --bisect-all output
David Aguilar
2008-07-28
Avoid stripping newlines in blob data.
Jelmer Vernooij
2008-05-07
initial project
Michael Trier