aboutsummaryrefslogtreecommitdiff
path: root/doc/source/tutorial.rst
AgeCommit message (Collapse)Author
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-07-18Update tutorialVincent Driessen
This mentions the instructions of what was discussed in #489.
2016-03-14Fix it's vs its in tutorial.rstMark Wagner
2015-07-28Fix bug in tutorialRam Rachum
2015-06-10docs(tutorial): fix typo, minor improvementsSebastian Thiel
2015-06-05Add example ssh scriptTomas Dabasinskas
2015-04-08docs(tutorial): fix GIT_SSH examplesSebastian Thiel
They didn't show up as code-block Related to #256
2015-04-08docs(tutorial): add pre-v2.3 GIT_SSH exampleSebastian Thiel
It goes along with the new one advertising the GIT_SSH_COMMAND environment variable. Related to #256
2015-02-09Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.Jonas Trappenberg
Also move untestable documentation out of test. Related: #234, #242
2015-01-22Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel
However, I kept information on how to achieve the same thing with `custom_environment()` in the test. Related to #234
2015-01-22Merge branch 'master' into teeberg-masterSebastian Thiel
Need latest master to proceed with test Conflicts: doc/source/tutorial.rst
2015-01-22Intermediate commit on my way to get this finalized.Sebastian Thiel
Renamed context manager 'with_environment' to 'custom_environment'. On my way to implement sshkey test.
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
That way they are protected from regression. Fixes #239
2015-01-21Add 'sshkey' context managerJonas Trappenberg
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations. Related to #239
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