diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-26 13:03:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-26 13:03:25 -0400 |
commit | 3a8cf1f4bc7ddd9f063f2e2e7cf74ad093e0ef60 (patch) | |
tree | 09baadacf3ecc243b7104d60da4e0e8efdfc2ed2 /doc/git-annex.mdwn | |
parent | b87811c4b55d66b1edb26c73e6578ca9f2994a65 (diff) |
Optimise non-bare http remotes; no longer does a 404 to the wrong url every time before trying the right url. Needs annex-bare to be set to false, which is done when initially probing the uuid of a http remote.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 59a322e38..4deb715d7 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1355,11 +1355,16 @@ Here are all the supported configuration settings. configured by the trust and untrust commands. The value can be any of "trusted", "semitrusted" or "untrusted". -* `remote.<name>.availability` +* `remote.<name>.annex-availability` Can be used to tell git-annex whether a remote is LocallyAvailable or GloballyAvailable. Normally, git-annex determines this automatically. +* `remote.<name>.annex-bare` + + Can be used to tell git-annex if a remote is a bare repository + or not. Normally, git-annex determines this automatically. + * `remote.<name>.annex-ssh-options` Options to use when using ssh to talk to this remote. |