1git-annex-dead(1)           General Commands Manual          git-annex-dead(1)
2
3
4

NAME

6       git-annex-dead - hide a lost repository or key
7

SYNOPSIS

9       git annex dead [repository ...] [--key somekey ...]
10

DESCRIPTION

12       This  command  exists to deal with situations where data has been lost,
13       and you know it has, and you want to stop being reminded of that fact.
14
15       When a repository is specified, indicates that the repository has  been
16       irretrievably  lost,  so  it  will not be listed in eg, git annex info.
17       Repositories can be specified using their remote name,  their  descrip‐
18       tion, or their UUID. (To undo, use git-annex semitrust.)
19
20       When  a  key  is  specified, indicates that the content of that key has
21       been irretrievably lost. This makes the key be skipped  when  operating
22       on all keys with eg --all.  (To undo, add the key's content back to the
23       repository, by using eg, git-annex reinject.)
24

OPTIONS

26       --key=somekey
27
28              Use to specify a key that is dead.
29
30       --json Enable JSON output. This is intended to be  parsed  by  programs
31              that use git-annex. Each line of output is a JSON object.
32
33       --json-error-messages
34              Messages that would normally be output to standard error are in‐
35              cluded in the JSON instead.
36
37       Also the git-annex-common-options(1) can be used.
38

SEE ALSO

40       git-annex(1)
41
42       git-annex-trust(1)
43
44       git-annex-semitrust(1)
45
46       git-annex-untrust(1)
47
48       git-annex-renameremote(1)
49
50       git-annex-expire(1)
51
52       git-annex-fsck(1)
53
54       git-annex-reinject(1)
55

AUTHOR

57       Joey Hess <id@joeyh.name>
58
59                                                             git-annex-dead(1)
Impressum