diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-25 18:54:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-25 18:54:34 -0400 |
commit | f8e303e1c9a9d976a4dc339295aa0f09eb997b7f (patch) | |
tree | 5a529ae7c03dc8be5ba1dff742214012a6d8682f | |
parent | 778966b4f41407078372185c57ba18ae0c578ef7 (diff) |
document interaction of annex-ignore with --from/--to
-rw-r--r-- | doc/git-annex.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 51a31ae15..9d89413b9 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -295,8 +295,13 @@ Here are all the supported configuration settings. * `remote.<name>.annex-ignore` If set to `true`, prevents git-annex - from ever using this remote. This is, for example, useful if the - remote is a bare repository, which git-annex does not currently support. + from using this remote by default. (You can still request it be used + 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` |