1git-annex-addunused(1) General Commands Manual git-annex-addunused(1)
2
3
4
6 git-annex-addunused - add back unused files
7
9 git annex addunused [number|range ...]
10
12 Adds back files for the content corresponding to the numbers or ranges,
13 as listed by the last git annex unused.
14
15 The files will have names starting with "unused."
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 The git-annex-common-options(1) can also be used.
28
30 git-annex(1)
31
32 git-annex-add(1)
33
34 git-annex-unused(1)
35
37 Joey Hess <id@joeyh.name>
38
39 git-annex-addunused(1)