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
/
lib
/
git
/
commit.py
Age
Commit message (
Expand
)
Author
2008-12-15
Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to
Michael Trier
2008-12-15
Make message the full message and add a summary property
Paul Sowden
2008-12-15
add a path parameter to most commit methods
Paul Sowden
2008-12-15
remove ambiguity between paths and treeishs
Paul Sowden
2008-09-17
Replace GitPython with git in repr() outputs.
Steve Frécinaux
2008-09-14
Merge branch 'master' of git://gitorious.org/git-python/nud
Michael Trier
2008-09-06
Do not use **kwargs for constructors.
Steve Frécinaux
2008-09-05
Merge branch 'master' of git://gitorious.org/git-python/nud
Florian Apolloner
2008-09-05
Fix unneeded dict unpacking.
Steve Frécinaux
2008-09-02
commit: handle --bisect-all output in Commit.list_from_string
David Aguilar
2008-07-16
Added license information to all files.
Michael Trier
2008-06-20
fixed second problem in http://groups.google.com/group/git-python/browse_thre...
Florian Apolloner
2008-05-30
renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...
Michael Trier