From 35915a30d52829e6a2aa758fce8a8379809c3964 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Feb 2017 12:58:08 -0400 Subject: [PATCH] mention GIT_SSH_COMMAND --- Annex/Ssh.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs index 285680f25d..f01cb648c8 100644 --- a/Annex/Ssh.hs +++ b/Annex/Ssh.hs @@ -258,7 +258,8 @@ sshReadPort params = (port, reverse args) - options. (The options are separated by newlines.) - - This is a workaround for GIT_SSH not being able to contain - - additional parameters to pass to ssh. -} + - additional parameters to pass to ssh. (GIT_SSH_COMMAND can, + - but is not supported by older versions of git.) -} sshOptionsEnv :: String sshOptionsEnv = "GIT_ANNEX_SSHOPTION"