summaryrefslogtreecommitdiff
path: root/doc/git-annex-adjust.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-16 17:05:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-16 17:18:33 -0400
commit26e4d57a9537ea3ae0c3c3b6601ee19bdd5bf50b (patch)
tree9891b572befbc1e44b2179e6c5a9f48c96aa3a80 /doc/git-annex-adjust.mdwn
parentbb482c2f54c38a8b1d08ed7762e50ae46ed1bbac (diff)
adjust: Add --fix adjustment, which is useful when the git directory is in a nonstandard place.
Diffstat (limited to 'doc/git-annex-adjust.mdwn')
-rw-r--r--doc/git-annex-adjust.mdwn9
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)