summaryrefslogtreecommitdiff
path: root/doc/source/tutorial.rst
Commit message (Collapse)AuthorAgeFilesLines
* Dedent code blocks in tutorial.Tim Swast2018-07-151-1/+50
| | | | | | | | | I found the extra 8 spaces at the start of the examples in the tutorial to be distracting. The Sphinx dedent option removes these extra spaces from the rendered code blocks. I also got a warning about the shell code example not being lexed as Python, so I converted this to an explicit shell code block.
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-60/+64
|
* Update tutorialVincent Driessen2016-07-181-2/+7
| | | This mentions the instructions of what was discussed in #489.
* Fix it's vs its in tutorial.rstMark Wagner2016-03-141-1/+1
|
* Fix bug in tutorialRam Rachum2015-07-281-1/+1
|
* docs(tutorial): fix typo, minor improvementsSebastian Thiel2015-06-101-2/+2
|
* Add example ssh scriptTomas Dabasinskas2015-06-051-0/+8
|
* docs(tutorial): fix GIT_SSH examplesSebastian Thiel2015-04-081-2/+4
| | | | | | They didn't show up as code-block Related to #256
* docs(tutorial): add pre-v2.3 GIT_SSH exampleSebastian Thiel2015-04-081-1/+7
| | | | | | | It goes along with the new one advertising the GIT_SSH_COMMAND environment variable. Related to #256
* Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.Jonas Trappenberg2015-02-091-5/+4
| | | | | | Also move untestable documentation out of test. Related: #234, #242
* Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel2015-01-221-1/+1
| | | | | | | However, I kept information on how to achieve the same thing with `custom_environment()` in the test. Related to #234
* Merge branch 'master' into teeberg-masterSebastian Thiel2015-01-221-263/+194
|\ | | | | | | | | | | Need latest master to proceed with test Conflicts: doc/source/tutorial.rst
| * Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-259/+189
| | | | | | | | | | | | That way they are protected from regression. Fixes #239
* | Intermediate commit on my way to get this finalized.Sebastian Thiel2015-01-221-1/+1
| | | | | | | | | | Renamed context manager 'with_environment' to 'custom_environment'. On my way to implement sshkey test.
* | Add 'sshkey' context managerJonas Trappenberg2015-01-211-0/+6
|/
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-18/+79
| | | | | | 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-32/+40
| | | | | | Now travisci tests should work once again. Related to #239
* Added tutorial about initializing a repository.Sebastian Thiel2015-01-191-0/+16
| | | | | | | | 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
* add documentationfirm12015-01-071-1/+4
|
* Fixes #64Sebastian Thiel2014-11-191-1/+1
| | | | [ci skip]
* Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel2011-07-051-0/+14
|
* Fixed up docs in preparation for the new 0.3.1 releaseSebastian Thiel2011-06-071-0/+15
|
* Renamed readme file to something github understands much better, adjusted ↵Sebastian Thiel2010-11-301-2/+2
| | | | documentation links to point to github instead of lighthouse/gitorious
* Documentation is now being built for all new modulesSebastian Thiel2010-11-231-0/+8
|
* Updated tutorial with a brief introduction to submodulesSebastian Thiel2010-11-191-0/+39
| | | | Changes now give a hint at the upcoming release as well
* tutorial: Fixed incorrect initialization code for bare repo, thank you, ↵Sebastian Thiel2010-11-101-1/+1
| | | | Bryan Bishop
* docs: untracked_files is a property, but was used like a function, see ↵Sebastian Thiel2010-10-271-1/+1
| | | | http://groups.google.com/group/git-python/browse_thread/thread/84ed1835e26a5296?hl=en
* Moved all source files into the source folder, separating the build from the ↵Sebastian Thiel2010-07-011-0/+374
source directory