1git-annex-semitrust(1) General Commands Manual git-annex-semitrust(1)
2
3
4
6 git-annex-semitrust - return repository to default trust level
7
9 git annex semitrust [repository ...]
10
12 Returns a repository to the default semi trusted state.
13
14 Repositories can be specified using their remote name, their descrip‐
15 tion, or their UUID. For the current repository, use "here".
16
18 --json
19
20 Enable JSON output. This is intended to be parsed by programs
21 that use git-annex. Each line of output is a JSON object.
22
23 --json-error-messages
24 Messages that would normally be output to standard error are in‐
25 cluded in the JSON instead.
26
27 Also the git-annex-common-options(1) can be used.
28
30 git-annex(1)
31
32 git-annex-trust(1)
33
34 git-annex-untrust(1)
35
36 git-annex-dead(1)
37
38 git-annex-expire(1)
39
41 Joey Hess <id@joeyh.name>
42
43 git-annex-semitrust(1)