diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-26 14:09:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-26 14:09:06 -0400 |
commit | f7e3d6eea2f71efe14c3ccb29ef4e88840384d02 (patch) | |
tree | 29dfcc1d3b40c79a9d9635454971a6f64a5021f7 /doc/git-annex.mdwn | |
parent | 07769fc94968ab65a828c0c001c2fa443a328d99 (diff) |
document 3-level trust
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 8e9418fd1..49e67a83e 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -183,12 +183,13 @@ Many git-annex commands will stage changes for later `git commit` by you. * trust [repository ...] - Records that a repository is [[trusted]] to not unexpectedly lose content. - Use with care. + Records that a repository is [[trusted|trust]] to not unexpectedly lose + content. Use with care. * untrust [repository ...] - Undoes a trust command. + Records that a repository is [[not trusted|trusted]] and could lose content + at any time. * fromkey file |