1git-annex-readpresentkey(1) General Commands Manualgit-annex-readpresentkey(1)
2
3
4
6 git-annex-readpresentkey - read records of where key is present
7
9 git annex readpresentkey key uuid
10
12 This plumbing-level command reads git-annex's records about whether the
13 specified key's content is present in the remote with the specified
14 uuid.
15
16 It exits 0 if the key is recorded to be present and 1 if not.
17
18 Note that this does not do an active check to verify if the key is
19 present. To do such a check, use git-annex-checkpresentkey(1)
20
22 git-annex(1)
23
25 Joey Hess <id@joeyh.name>
26
27 git-annex-readpresentkey(1)