aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial.txt
AgeCommit message (Collapse)Author
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2008-12-20Corrections to the tutorial to account for the change of Tree to a ↵Michael Trier
dictionary protocol.
2008-12-15Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul.Michael Trier
2008-09-17Replace 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-08Update tutorial to demonstrate dict-like tree objects.Steve Frécinaux
2008-07-17Removed method_missing since it was only used in one place.Michael Trier
2008-05-31Removed tutorial from README and added it into new doc section.Michael Trier