diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-22 16:22:15 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-22 16:22:21 +0100 |
commit | 2ce3fe7cef8910aadc2a2b39a3dab4242a751380 (patch) | |
tree | f7d25f8897aac64b434ad4282a917ed32ae34952 /git/scripts | |
parent | 6f038611ff120f8283f0f1a56962f95b66730c72 (diff) | |
download | gitpython-2ce3fe7cef8910aadc2a2b39a3dab4242a751380.tar.gz |
Intermediate commit on my way to get this finalized.
Renamed context manager 'with_environment' to 'custom_environment'.
On my way to implement sshkey test.
Diffstat (limited to 'git/scripts')
-rwxr-xr-x | git/scripts/ssh_wrapper.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/scripts/ssh_wrapper.sh b/git/scripts/ssh_wrapper.sh new file mode 100755 index 00000000..bc0ab024 --- /dev/null +++ b/git/scripts/ssh_wrapper.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +ssh -i "$GIT_SSH_KEY_FILE" $@ |