Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dedent code blocks in tutorial. | Tim Swast | 2018-07-15 | 1 | -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` blocks | Kostis Anagnostopoulos | 2016-10-04 | 1 | -60/+64 |
| | |||||
* | Update tutorial | Vincent Driessen | 2016-07-18 | 1 | -2/+7 |
| | | | This mentions the instructions of what was discussed in #489. | ||||
* | Fix it's vs its in tutorial.rst | Mark Wagner | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Fix bug in tutorial | Ram Rachum | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | docs(tutorial): fix typo, minor improvements | Sebastian Thiel | 2015-06-10 | 1 | -2/+2 |
| | |||||
* | Add example ssh script | Tomas Dabasinskas | 2015-06-05 | 1 | -0/+8 |
| | |||||
* | docs(tutorial): fix GIT_SSH examples | Sebastian Thiel | 2015-04-08 | 1 | -2/+4 |
| | | | | | | They didn't show up as code-block Related to #256 | ||||
* | docs(tutorial): add pre-v2.3 GIT_SSH example | Sebastian Thiel | 2015-04-08 | 1 | -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 Trappenberg | 2015-02-09 | 1 | -5/+4 |
| | | | | | | Also move untestable documentation out of test. Related: #234, #242 | ||||
* | Removed Git.sshkey() as it couldn't be distributed properly.0.3.6 | Sebastian Thiel | 2015-01-22 | 1 | -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-master | Sebastian Thiel | 2015-01-22 | 1 | -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 Thiel | 2015-01-22 | 1 | -259/+189 |
| | | | | | | | | | | | | That way they are protected from regression. Fixes #239 | ||||
* | | Intermediate commit on my way to get this finalized. | Sebastian Thiel | 2015-01-22 | 1 | -1/+1 |
| | | | | | | | | | | Renamed context manager 'with_environment' to 'custom_environment'. On my way to implement sshkey test. | ||||
* | | Add 'sshkey' context manager | Jonas Trappenberg | 2015-01-21 | 1 | -0/+6 |
|/ | |||||
* | Added advance usage examples to tutorial and made minor fixes. | Sebastian Thiel | 2015-01-21 | 1 | -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 Thiel | 2015-01-21 | 1 | -32/+40 |
| | | | | | | Now travisci tests should work once again. Related to #239 | ||||
* | Added tutorial about initializing a repository. | Sebastian Thiel | 2015-01-19 | 1 | -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 documentation | firm1 | 2015-01-07 | 1 | -1/+4 |
| | |||||
* | Fixes #64 | Sebastian Thiel | 2014-11-19 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs | Sebastian Thiel | 2011-07-05 | 1 | -0/+14 |
| | |||||
* | Fixed up docs in preparation for the new 0.3.1 release | Sebastian Thiel | 2011-06-07 | 1 | -0/+15 |
| | |||||
* | Renamed readme file to something github understands much better, adjusted ↵ | Sebastian Thiel | 2010-11-30 | 1 | -2/+2 |
| | | | | documentation links to point to github instead of lighthouse/gitorious | ||||
* | Documentation is now being built for all new modules | Sebastian Thiel | 2010-11-23 | 1 | -0/+8 |
| | |||||
* | Updated tutorial with a brief introduction to submodules | Sebastian Thiel | 2010-11-19 | 1 | -0/+39 |
| | | | | Changes now give a hint at the upcoming release as well | ||||
* | tutorial: Fixed incorrect initialization code for bare repo, thank you, ↵ | Sebastian Thiel | 2010-11-10 | 1 | -1/+1 |
| | | | | Bryan Bishop | ||||
* | docs: untracked_files is a property, but was used like a function, see ↵ | Sebastian Thiel | 2010-10-27 | 1 | -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 Thiel | 2010-07-01 | 1 | -0/+374 |
source directory |