aboutsummaryrefslogtreecommitdiff
path: root/doc/trust.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-02 16:59:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-02 16:59:55 -0400
commit251c01d51e22dc295359ba1f85144afc4c178e7a (patch)
treef8b19d157e09349194ffe40591250a72c16c8f30 /doc/trust.mdwn
parent7b08584c5553c22b322a2d9c268fda855666f4ce (diff)
dead: A command which says that a repository is gone for good and you don't want git-annex to mention it again.
Diffstat (limited to 'doc/trust.mdwn')
-rw-r--r--doc/trust.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/trust.mdwn b/doc/trust.mdwn
index 7505a7af6..1fd47fd1d 100644
--- a/doc/trust.mdwn
+++ b/doc/trust.mdwn
@@ -1,8 +1,9 @@
-Git-annex supports three levels of trust of a repository:
+Git-annex supports several levels of trust of a repository:
* semitrusted (default)
* untrusted
* trusted
+* dead
## semitrusted
@@ -49,3 +50,10 @@ trust temporarily.
To configure a repository as fully and permanently trusted,
use the `git annex trust` command.
+
+## dead
+
+This is used to indicate that you have no trust that the repository
+exists at all. It's appropriate to use when a drive has been lost,
+or a directory irretrevably deleted. It will make git-annex avoid
+even showing the repository as a place where data might still reside.