document interaction of annex-ignore with --from/--to
This commit is contained in:
parent
778966b4f4
commit
f8e303e1c9
1 changed files with 7 additions and 2 deletions
|
@ -295,8 +295,13 @@ Here are all the supported configuration settings.
|
||||||
* `remote.<name>.annex-ignore`
|
* `remote.<name>.annex-ignore`
|
||||||
|
|
||||||
If set to `true`, prevents git-annex
|
If set to `true`, prevents git-annex
|
||||||
from ever using this remote. This is, for example, useful if the
|
from using this remote by default. (You can still request it be used
|
||||||
remote is a bare repository, which git-annex does not currently support.
|
by the --from and --to options.)
|
||||||
|
|
||||||
|
This is, for example, useful if the remote is a bare repository,
|
||||||
|
which git-annex does not currently support. Or, it could be used
|
||||||
|
if the network connection between two repositories is too slow
|
||||||
|
to be used normally.
|
||||||
|
|
||||||
* `remote.<name>.annex-uuid`
|
* `remote.<name>.annex-uuid`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue