wording
This commit is contained in:
parent
25ffa04c5a
commit
de2f6137d3
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ setting in `.gitattributes` files.
|
|||
`git annex drop` attempts to check with other git remotes, to check that N
|
||||
copies of the file exist. If enough repositories cannot be verified to have
|
||||
it, it will retain the file content to avoid data loss. Note that
|
||||
[[trusted_remotes|trust]] are not explicitly checked.
|
||||
[[trusted_repositories|trust]] are not explicitly checked.
|
||||
|
||||
For example, consider three repositories: Server, Laptop, and USB. Both Server
|
||||
and USB have a copy of a file, and N=1. If on Laptop, you `git annex get
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Normally, git-annex does not fully trust its stored [[location_tracking]]
|
||||
information. When removing content, it will directly check
|
||||
that other repositories have [[copies]].
|
||||
that other repositories have enough [[copies]].
|
||||
|
||||
Generally that explicit checking is a good idea. Consider that the current
|
||||
[[location_tracking]] information for a remote may not yet have propigated
|
||||
|
|
Loading…
Reference in a new issue