aboutsummaryrefslogtreecommitdiff
path: root/doc/source/tutorial.rst
AgeCommit message (Collapse)Author
2015-01-21Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel
Now travisci tests should work once again. Related to #239
2015-01-19Added tutorial about initializing a repository.Sebastian Thiel
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
2015-01-07add documentationfirm1
2014-11-19Fixes #64Sebastian Thiel
[ci skip]
2011-07-05Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel
2011-06-07Fixed up docs in preparation for the new 0.3.1 releaseSebastian Thiel
2010-11-30Renamed readme file to something github understands much better, adjusted ↵Sebastian Thiel
documentation links to point to github instead of lighthouse/gitorious
2010-11-23Documentation is now being built for all new modulesSebastian Thiel
2010-11-19Updated tutorial with a brief introduction to submodulesSebastian Thiel
Changes now give a hint at the upcoming release as well
2010-11-10tutorial: Fixed incorrect initialization code for bare repo, thank you, ↵Sebastian Thiel
Bryan Bishop
2010-10-27docs: untracked_files is a property, but was used like a function, see ↵Sebastian Thiel
http://groups.google.com/group/git-python/browse_thread/thread/84ed1835e26a5296?hl=en
2010-07-01Moved all source files into the source folder, separating the build from the ↵Sebastian Thiel
source directory