summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
Diffstat (limited to 'Annex')
-rw-r--r--Annex/Ssh.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs
index 285680f25..f01cb648c 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"