summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-31 22:56:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-31 22:56:56 -0400
commit0194394be61dba0324a5a99f462aa2206066771c (patch)
tree3f825f3f81a426884e60b39b4158a9704878bfc5 /doc
parente70812eca9748ee53468e68563366ebd856b7e82 (diff)
Added remote.annex-scp-options and remote.annex-ssh-options.
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 47fbb3760..d176a04c0 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -196,6 +196,11 @@ Like other git commands, git-annex is configured via `.git/config`.
from ever using this remote.
* `remote.<name>.annex-uuid` -- git-annex caches UUIDs of repositories
here.
+* `remote.<name>.annex-scp-options` -- Options to use when using scp
+ to or from this repository. For example, to force ipv6, and limit
+ the bandwidth to 100Kbit/s, set it to "-6 -l 100"
+* `remote.<name>.annex-ssh-options` -- Options to use when using ssh
+ to talk to this repository.
# FILES