clarify that annex.backends is used when adding new files
Even if annex.backends does not include a backend, that does not prevent git-annex commands from acting on a file using the missing backend. (There's really no reason at all for annex.backends to be a list.)
This commit is contained in:
parent
8971949d60
commit
6346704a04
2 changed files with 4 additions and 4 deletions
|
@ -35,8 +35,8 @@ which are known to not work on Windows. If interoperability on Windows is a
|
|||
concern, avoid those.
|
||||
|
||||
The `annex.backends` git-config setting can be used to list the backends
|
||||
git-annex should use. The first one listed will be used by default when
|
||||
new files are added.
|
||||
git-annex should use when adding new files. The first one listed will
|
||||
be used.
|
||||
|
||||
For finer control of what backend is used when adding different types of
|
||||
files, the `.gitattributes` file can be used. The `annex.backend`
|
||||
|
|
|
@ -823,8 +823,8 @@ Here are all the supported configuration settings.
|
|||
|
||||
* `annex.backends`
|
||||
|
||||
Space-separated list of names of the key-value backends to use.
|
||||
The first listed is used to store new files by default.
|
||||
Space-separated list of names of the key-value backends to use
|
||||
when adding new files to the repository.
|
||||
|
||||
This is overridden by annex annex.backend configuration in the
|
||||
.gitattributes files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue