summaryrefslogtreecommitdiff
path: root/git/test/test_docs.py
Commit message (Collapse)AuthorAgeFilesLines
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-8/+134
| | | | | | GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations. Related to #239
* Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel2015-01-211-4/+45
| | | | | | Now travisci tests should work once again. Related to #239
* Added tutorial about initializing a repository.Sebastian Thiel2015-01-191-0/+26
Additionally, for this and future examples, there is a test_doc.py suite to contain all code mentioned in the docs. That way, we know if things stop working. Fixes #236