point to git-annx fix from annex.thin docs
This commit is contained in:
parent
dcf8d3b73f
commit
addda95c2a
1 changed files with 8 additions and 0 deletions
|
@ -935,6 +935,14 @@ Here are all the supported configuration settings.
|
|||
disk space, but modification made to a file will lose the local (and
|
||||
possibly only) copy of the old version. So, enable with care.
|
||||
|
||||
After setting (or unsetting) this, you should run `git annex fix` to
|
||||
fix up the annexed files in the work tree to be hard links (or copies).
|
||||
|
||||
Note that `annex.thin` is not honored when git updates an annexed file
|
||||
in the working tree. So when `git checkout` or `git merge` updates the
|
||||
working tree, a second copy of annexed files will result. You can run
|
||||
`git-annex fix` to fix up the hard links after running such git commands.
|
||||
|
||||
* `annex.delayadd`
|
||||
|
||||
Makes the watch and assistant commands delay for the specified number of
|
||||
|
|
Loading…
Reference in a new issue