aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2009-11-04added paragraph about the diffing engine and how to switch branches, which ↵Sebastian Thiel
once more shows the need for a real checkout for all the people who do not want to implement all the safety facilities themselves
2009-11-04Added Index Object paragraph and wrote the Remote Handling paragraph. ↵Sebastian Thiel
Updated repo area
2009-11-04added paragraph about using the git-python commandSebastian Thiel
2009-11-04Worked on the tree object handling and realized an issue with attribute ↵Sebastian Thiel
naming on index objects and the way the system handles these
2009-11-04initial work on tutorial.rstSebastian Thiel
2009-11-04added all new files to reference.rst and corrected the worst mistakes. There ↵Sebastian Thiel
are still a few errors left that I cannot fix as it complains about whitespace in the end ... that is exactly what I hate restructured text for, its just a ... anyway.
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