aboutsummaryrefslogtreecommitdiff
path: root/lib/git/commit.py
AgeCommit message (Expand)Author
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel
2009-10-11Fixed remaining tests to deal with the changesSebastian Thiel
2009-10-11commit: fixed failing commit tests as the mocked git command would always ret...Sebastian Thiel
2009-10-11lazymixin system now supports per-attribute baking, it is up to the class whe...Sebastian Thiel
2009-10-11converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel
2009-10-11Intermediate commit: commit,tree and blob objects now derive from object - te...Sebastian Thiel
2009-10-09Renamed lazy.py to base.py to have a file for base classes - lazy not yet cha...Sebastian Thiel
2009-10-09finished cleaning usage of regular expressions - they are now precompiledSebastian Thiel
2009-10-08Commit._actor method made protected as it is only used by the Commit class an...Sebastian Thiel
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