diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-22 19:04:57 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-22 19:04:57 +0100 |
commit | 4df4159413a4bf30a891f21cd69202e8746c8fea (patch) | |
tree | e44615e5382204ad60ba2eaa9e90b6021b270a2a /doc/source | |
parent | f3d91ca75500285d19c6ae2d4bf018452ad822a6 (diff) | |
download | gitpython-4df4159413a4bf30a891f21cd69202e8746c8fea.tar.gz |
Removed Git.sshkey() as it couldn't be distributed properly.0.3.6
However, I kept information on how to achieve the same thing with
`custom_environment()` in the test.
Related to #234
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/tutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index 7f57ec94..0d60f0aa 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -331,7 +331,7 @@ You can easily access configuration information for a remote by accessing option :start-after: # [26-test_references_and_objects] :end-before: # ![26-test_references_and_objects] -You can also specify an SSH key to use for any operations on the remotes +You can also specify per-call custom environments using a new context manager on the Git command .. literalinclude:: ../../git/test/test_docs.py :language: python |