1git-annex-fix(1) General Commands Manual git-annex-fix(1)
2
3
4
6 git-annex-fix - fix up links to annexed content
7
9 git annex fix [path ...]
10
12 Fixes up symlinks that have become broken to again point to annexed
13 content.
14
15 This is useful to run manually when you have been moving the symlinks
16 around, but is done automatically when committing a change with git
17 too.
18
19 Also, adjusts unlocked files to be copies or hard links as configured
20 by annex.thin.
21
23 file matching options
24
25 The git-annex-matching-options(1) can be used to specify files
26 to fix.
27
28 --json 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-fsck(1)
41
43 Joey Hess <id@joeyh.name>
44
45 git-annex-fix(1)