avoid reading configs for URL remotes every time

This commit is contained in:
Joey Hess 2010-10-22 14:28:47 -04:00
parent 46ac66a438
commit 9ec5d90b6a
4 changed files with 50 additions and 22 deletions

View file

@ -154,6 +154,8 @@ Like other git commands, git-annex is configured via `.git/config`.
repositories. Note that other factors may be configured when pushing
files to repositories, in particular, whether the repository is on
a filesystem with sufficient free space.
* `remote.<name>.annex-ignore` -- If set to "true", prevents git-annex
from ever using this remote.
* `remote.<name>.annex-uuid` -- git-annex caches UUIDs of repositories
here.