aboutsummaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 12:58:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 12:58:08 -0400
commit8bc1198391a9368747a121ece164d7c3687a961a (patch)
tree76bccc25f6ccb5e3cc0784aa28c0d448a28938a8 /Annex
parentac4916ba92ac7fa1a2e179d2370ac24558c0e432 (diff)
mention GIT_SSH_COMMAND
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"