summaryrefslogtreecommitdiff
path: root/lib/git/commit.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganized package structure and cleaned up importsSebastian Thiel2009-10-121-284/+0
* Fixed remaining tests to deal with the changesSebastian Thiel2009-10-111-6/+6
* commit: fixed failing commit tests as the mocked git command would always ret...Sebastian Thiel2009-10-111-6/+9
* lazymixin system now supports per-attribute baking, it is up to the class whe...Sebastian Thiel2009-10-111-41/+28
* converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel2009-10-111-278/+278
* Intermediate commit: commit,tree and blob objects now derive from object - te...Sebastian Thiel2009-10-111-6/+7
* Renamed lazy.py to base.py to have a file for base classes - lazy not yet cha...Sebastian Thiel2009-10-091-1/+1
* finished cleaning usage of regular expressions - they are now precompiledSebastian Thiel2009-10-091-7/+4
* Commit._actor method made protected as it is only used by the Commit class an...Sebastian Thiel2009-10-081-4/+4
* Merge branch 'doc_enhancements' into fixesSebastian Thiel2009-10-081-23/+58
|\
| * Improved head and tag object documentation slightlySebastian Thiel2009-10-081-2/+2
| * Added missing information to docstrings of commit and stats moduleSebastian Thiel2009-10-081-21/+56
* | Merge commit 'JonNordby/master' into integrationSebastian Thiel2009-10-071-0/+6
|\ \
| * | implemented equality operations on Commit objectsJon Nordby2009-06-281-0/+6
| |/
* | fix some docsMartin Marcher2009-10-011-0/+1
* | Don't remove blank lines in commit messagesKevin McConnell2009-09-221-1/+1
|/
* Lots of spring cleaning and added in Sphinx documentation.Michael Trier2009-01-241-1/+1
* fixed Commit.stats retrieval for parentless commits in bare reposMichael Trier2008-12-161-4/+4
* Corrected conflict with pep8 changes from apollo13.Michael Trier2008-12-151-1/+1
|\
| * pep008!Florian Apolloner2008-12-151-1/+1
* | Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_toMichael Trier2008-12-151-2/+2
* | Make message the full message and add a summary propertyPaul Sowden2008-12-151-2/+6
* | add a path parameter to most commit methodsPaul Sowden2008-12-151-4/+10
* | remove ambiguity between paths and treeishsPaul Sowden2008-12-151-4/+4
|/
* Replace GitPython with git in repr() outputs.Steve Frécinaux2008-09-171-5/+5
* Merge branch 'master' of git://gitorious.org/git-python/nudMichael Trier2008-09-141-16/+17
|\
| * Do not use **kwargs for constructors.Steve Frécinaux2008-09-061-16/+17
* | Merge branch 'master' of git://gitorious.org/git-python/nudFlorian Apolloner2008-09-051-7/+7
|\ \ | |/
| * Fix unneeded dict unpacking.Steve Frécinaux2008-09-051-7/+7
* | commit: handle --bisect-all output in Commit.list_from_stringDavid Aguilar2008-09-021-4/+4
|/
* Added license information to all files.Michael Trier2008-07-161-0/+6
* fixed second problem in http://groups.google.com/group/git-python/browse_thre...Florian Apolloner2008-06-201-1/+3
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...Michael Trier2008-05-301-0/+235