configure: Check if ssh connection caching is supported by the installed version of ssh and default annex.sshcaching accordingly.

This commit is contained in:
Joey Hess 2012-02-25 19:15:29 -04:00
parent c3fbe07d7a
commit 12b89a3eb8
8 changed files with 27 additions and 7 deletions

View file

@ -604,7 +604,8 @@ Here are all the supported configuration settings.
* `annex.sshcaching`
By default, git-annex caches ssh connections. To disable this, set to `false`.
By default, git-annex caches ssh connections
(if built using a new enough ssh). To disable this, set to `false`.
* `annex.alwayscommit`