1git-annex-trust(1) General Commands Manual git-annex-trust(1)
2
3
4
6 git-annex-trust - trust a repository
7
9 git annex trust [repository ...]
10
12 Records that a repository is trusted to not unexpectedly lose content.
13 Use with care.
14
15 Repositories can be specified using their remote name, their descrip‐
16 tion, or their UUID. To trust the current repository, use "here".
17
18 Before trusting a repository, consider this scenario. Repository A is
19 trusted and B is not; both contain the same content. git-annex drop is
20 run on repository A, which checks that B still contains the content,
21 and so the drop proceeds. Then git-annex drop is run on repository B,
22 which trusts A to still contain the content, so the drop succeeds. Now
23 the content has been lost.
24
26 --json
27
28 Enable JSON output. This is intended to be parsed by programs
29 that use git-annex. Each line of output is a JSON object.
30
31 --json-error-messages
32 Messages that would normally be output to standard error are in‐
33 cluded in the JSON instead.
34
35 Also the git-annex-common-options(1) can be used.
36
38 git-annex(1)
39
40 git-annex-semitrust(1)
41
42 git-annex-untrust(1)
43
44 git-annex-dead(1)
45
47 Joey Hess <id@joeyh.name>
48
49 git-annex-trust(1)