summaryrefslogtreecommitdiffstats
path: root/git_ssh
diff options
context:
space:
mode:
Diffstat (limited to 'git_ssh')
-rwxr-xr-xgit_ssh2
1 files changed, 2 insertions, 0 deletions
diff --git a/git_ssh b/git_ssh
new file mode 100755
index 00000000..63aa63c2
--- /dev/null
+++ b/git_ssh
@@ -0,0 +1,2 @@
1#!/bin/sh
2exec ssh -o "ControlPath $REPO_SSH_SOCK" "$@"