mention GIT_SSH_COMMAND
This commit is contained in:
parent
5d2e99a5ac
commit
35915a30d5
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,8 @@ sshReadPort params = (port, reverse args)
|
||||||
- options. (The options are separated by newlines.)
|
- options. (The options are separated by newlines.)
|
||||||
-
|
-
|
||||||
- This is a workaround for GIT_SSH not being able to contain
|
- 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 :: String
|
||||||
sshOptionsEnv = "GIT_ANNEX_SSHOPTION"
|
sshOptionsEnv = "GIT_ANNEX_SSHOPTION"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue