diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-22 14:28:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-22 14:28:47 -0400 |
commit | 9ec5d90b6a28e28f6349635d33df0000ce9203ef (patch) | |
tree | 8c900655378db7d6f2f1aab1a110002305c3caf6 /doc | |
parent | 46ac66a4380e238865f213ff28411283a4efbbbd (diff) |
avoid reading configs for URL remotes every time
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 86ac9c635..a7c6b9e48 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -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. |