aboutsummaryrefslogtreecommitdiff
path: root/doc/trust.mdwn
diff options
context:
space:
mode:
authorGravatar anarcat <anarcat@web>2015-08-25 16:03:35 +0000
committerGravatar admin <admin@branchable.com>2015-08-25 16:03:35 +0000
commit15855fef01046e4cc568f9696d0db5c6bc5de10a (patch)
treea1df761fbcf43042820d13c4597757870695056e /doc/trust.mdwn
parent4903199e31257e8a120bcb53b45d440a1604d718 (diff)
link to manpages so there's context over there as well
Diffstat (limited to 'doc/trust.mdwn')
-rw-r--r--doc/trust.mdwn9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/trust.mdwn b/doc/trust.mdwn
index a33c6dd42..bfb36b5b9 100644
--- a/doc/trust.mdwn
+++ b/doc/trust.mdwn
@@ -20,7 +20,7 @@ There is still some trust involved here. A semitrusted repository is
depended on to retain a copy of the file content; possibly the only
[[copy|copies]].
-(Being semitrusted is the default. The `git annex semitrust` command
+(Being semitrusted is the default. The [[git-annex-semitrust]] command
restores a repository to this default, when it has been overridden.
The `--semitrust` option can temporarily restore a repository to this
default.)
@@ -34,7 +34,7 @@ This is a good choice for eg, portable drives that could get lost. Or,
if a disk is known to be dying, you can set it to untrusted and let
`git annex fsck` warn about data that needs to be copied off it.
-To configure a repository as untrusted, use the `git annex untrust`
+To configure a repository as untrusted, use the [[git-annex-untrust]]
command.
## trusted
@@ -49,7 +49,7 @@ access a remote you trust. Or to use `--trust` to specify a repository to
trust temporarily.
To configure a repository as fully and permanently trusted,
-use the `git annex trust` command.
+use the [[git-annex-trust]] command.
## dead
@@ -57,3 +57,6 @@ 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 irretrievably deleted. It will make git-annex avoid
even showing the repository as a place where data might still reside.
+
+To configure a repository as dead and lost, use the [[git-annex-dead]]
+command.