diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2009-11-04 17:11:19 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2009-11-04 17:11:19 +0100 |
| commit | f1e9df152219e85798d78284beeda88f6baa9ec7 (patch) | |
| tree | 857596e929556cd946518a4d1c404eb8e6d8cd87 /doc/intro.rst | |
| parent | 52bb0046c0bf0e50598c513e43b76d593f2cbbff (diff) | |
| parent | fc2201e660014c5d91fec8e3c3a3fa5a66dcf33b (diff) | |
| download | GitPython-f1e9df152219e85798d78284beeda88f6baa9ec7.tar.gz GitPython-f1e9df152219e85798d78284beeda88f6baa9ec7.zip | |
Merge branch 'docs' into improvements
* docs:
Converted tabs to spaces.
added paragraph about the diffing engine and how to switch branches, which once more shows the need for a real checkout for all the people who do not want to implement all the safety facilities themselves
Added Index Object paragraph and wrote the Remote Handling paragraph. Updated repo area
added paragraph about using the git-python command
Worked on the tree object handling and realized an issue with attribute naming on index objects and the way the system handles these
initial work on tutorial.rst
added all new files to reference.rst and corrected the worst mistakes. There 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.
Diffstat (limited to 'doc/intro.rst')
| -rw-r--r-- | doc/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.rst b/doc/intro.rst index c5843a1f..f08a7ec5 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -16,7 +16,7 @@ Requirements * Git_ tested with 1.5.3.7 * `Python Nose`_ - used for running the tests -* `Mock by Michael Foord`_ used for tests. Requires 0.4 +* `Mock by Michael Foord`_ used for tests. Requires 0.5 .. _Git: http://git-scm.com/ .. _Python Nose: http://code.google.com/p/python-nose/ |
