aboutsummaryrefslogtreecommitdiff
path: root/lib/git/commit.py
AgeCommit message (Expand)Author
2008-12-15Corrected conflict with pep8 changes from apollo13.Michael Trier
2008-12-15Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_toMichael Trier
2008-12-15pep008!Florian Apolloner
2008-12-15Make message the full message and add a summary propertyPaul Sowden
2008-12-15add a path parameter to most commit methodsPaul Sowden
2008-12-15remove ambiguity between paths and treeishsPaul Sowden
2008-09-17Replace GitPython with git in repr() outputs.Steve Frécinaux
2008-09-14Merge branch 'master' of git://gitorious.org/git-python/nudMichael Trier
2008-09-06Do not use **kwargs for constructors.Steve Frécinaux
2008-09-05Merge branch 'master' of git://gitorious.org/git-python/nudFlorian Apolloner
2008-09-05Fix unneeded dict unpacking.Steve Frécinaux
2008-09-02commit: handle --bisect-all output in Commit.list_from_stringDavid Aguilar
2008-07-16Added license information to all files.Michael Trier
2008-06-20fixed second problem in http://groups.google.com/group/git-python/browse_thre...Florian Apolloner
2008-05-30renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...Michael Trier