doc update

This commit is contained in:
Joey Hess 2018-10-25 18:56:14 -04:00
parent 679146384b
commit 636f4a68a9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -105,7 +105,8 @@ If you want to mostly keep files locked, but be able to locally switch
to having them all unlocked, you can do so using `git annex adjust
--unlock`. See [[git-annex-adjust]] for details. This is particularly
useful when using filesystems like FAT, and OS's like Windows that don't
support symlinks.
support symlinks. Indeed, `git-annex init` detects such filesystems and
automatically sets up a repository to use all unlocked files.
## index gotchas