diff options
Diffstat (limited to 'doc/git-annex-adjust.mdwn')
-rw-r--r-- | doc/git-annex-adjust.mdwn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/git-annex-adjust.mdwn b/doc/git-annex-adjust.mdwn index 551eabe01..a2e65661a 100644 --- a/doc/git-annex-adjust.mdwn +++ b/doc/git-annex-adjust.mdwn @@ -4,7 +4,7 @@ git-annex adjust - enter an adjusted branch # SYNOPSIS -git annex adjust --unlock` +git annex adjust --unlock|--fix` # DESCRIPTION @@ -33,6 +33,13 @@ This command can only be used in a v6 git-annex repository. Unlock all annexed files in the adjusted branch. This allows annexed files to be modified. +* `--fix` + + Fix the symlinks to annexed files to point to the local git annex + object directory. This can be useful if a repository is checked out in an + unusual way that prevents the symlinks committed to git from pointing at + the annex objects. + # SEE ALSO [[git-annex]](1) |