diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-01 00:27:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-01 00:27:27 -0400 |
commit | 4b9990194c239a42fe2916ddf5db83a4be06bf80 (patch) | |
tree | c0d4b01051853fd27c4df2949245ad5e1759b83d /doc | |
parent | 11215b5b118d296dc0d0ac3328802b87964915be (diff) |
expand
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index c60810424..1f2f57fba 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -192,7 +192,8 @@ Here are all the supported configuration settings. The default cost is 100 for local repositories, and 200 for remote repositories. * `remote.<name>.annex-ignore` -- If set to `true`, prevents git-annex - from ever using this remote. + from ever using this remote. This is, for example, useful if the + remote is a bare repository, which git-annex does not currently support. * `remote.<name>.annex-uuid` -- git-annex caches UUIDs of repositories here. * `remote.<name>.annex-scp-options` -- Options to use when using scp |