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
/
doc
Age
Commit message (
Collapse
)
Author
2010-03-20
Many small doc changes pulled in from the 0.1.7RC branch.
0.1.7
Michael Trier
2010-03-03
Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian ↵
Michael Trier
to the AUTHORS file.
2009-10-20
Added information about changed mock module requirement, its 0.5 or higher ↵
Sebastian Thiel
now so there are no bad surprises when first running the tests as interested developer
2009-01-24
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2008-12-20
Corrections to the tutorial to account for the change of Tree to a ↵
Michael Trier
dictionary protocol.
2008-12-15
Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul.
Michael Trier
2008-09-17
Replace GitPython with git in repr() outputs.
Steve Frécinaux
The imported module is called git (as in "import git"), so it's less confusing to do so than to call everything GitPython.something.
2008-09-08
Update tutorial to demonstrate dict-like tree objects.
Steve Frécinaux
2008-07-17
Removed method_missing since it was only used in one place.
Michael Trier
2008-05-31
Removed tutorial from README and added it into new doc section.
Michael Trier