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
2009-10-11
converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...
Sebastian Thiel
2009-10-11
Intermediate commit: commit,tree and blob objects now derive from object - te...
Sebastian Thiel
2009-10-09
Renamed lazy.py to base.py to have a file for base classes - lazy not yet cha...
Sebastian Thiel
2009-10-09
finished cleaning usage of regular expressions - they are now precompiled
Sebastian Thiel
2009-10-08
Commit._actor method made protected as it is only used by the Commit class an...
Sebastian Thiel
2009-10-08
Merge branch 'doc_enhancements' into fixes
Sebastian Thiel
2009-10-08
Improved head and tag object documentation slightly
Sebastian Thiel
2009-10-08
Added missing information to docstrings of commit and stats module
Sebastian Thiel
2009-10-07
Merge commit 'JonNordby/master' into integration
Sebastian Thiel
2009-10-01
fix some docs
Martin Marcher
2009-09-22
Don't remove blank lines in commit messages
Kevin McConnell
2009-06-28
implemented equality operations on Commit objects
Jon Nordby
2009-01-24
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2008-12-16
fixed Commit.stats retrieval for parentless commits in bare repos
Michael Trier
2008-12-15
Corrected conflict with pep8 changes from apollo13.
Michael Trier
2008-12-15
Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to
Michael Trier
2008-12-15
pep008!
Florian Apolloner
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