This commit is contained in:
Joey Hess 2011-01-26 21:52:51 -04:00
parent e1d213d6e3
commit 7ab481448c

View file

@ -4,7 +4,7 @@ Git-annex supports three levels of trust of a repository:
* untrusted * untrusted
* trusted * trusted
## semi-trusted ## semitrusted
Normally, git-annex does not fully trust its stored [[location_tracking]] Normally, git-annex does not fully trust its stored [[location_tracking]]
information. When removing content, it will directly check information. When removing content, it will directly check
@ -15,7 +15,7 @@ Generally that explicit checking is a good idea. Consider that the current
out. Or, a remote may have suffered a catastrophic loss of data, or itself out. Or, a remote may have suffered a catastrophic loss of data, or itself
been lost. been lost.
There is still some trust involved here. A semi-trusted repository is There is still some trust involved here. A semitrusted repository is
dependended on to retain a copy of the file content; possibly the only dependended on to retain a copy of the file content; possibly the only
[[copy|copies]]. [[copy|copies]].