From 636f4a68a9b65cafdc6c71c6f8029f8c9fc8561e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 25 Oct 2018 18:56:14 -0400 Subject: [PATCH] doc update --- doc/tips/unlocked_files.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tips/unlocked_files.mdwn b/doc/tips/unlocked_files.mdwn index 683d93abf8..a3566a6f51 100644 --- a/doc/tips/unlocked_files.mdwn +++ b/doc/tips/unlocked_files.mdwn @@ -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