aboutsummaryrefslogtreecommitdiff
path: root/lib/git/commit.py
AgeCommit message (Expand)Author
2009-10-08Merge branch 'doc_enhancements' into fixesSebastian Thiel
2009-10-08Improved head and tag object documentation slightlySebastian Thiel
2009-10-08Added missing information to docstrings of commit and stats moduleSebastian Thiel
2009-10-07Merge commit 'JonNordby/master' into integrationSebastian Thiel
2009-10-01fix some docsMartin Marcher
2009-09-22Don't remove blank lines in commit messagesKevin McConnell
2009-06-28implemented equality operations on Commit objectsJon Nordby
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2008-12-16fixed Commit.stats retrieval for parentless commits in bare reposMichael Trier
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