added note that unlocked files with annex.thin should not count as trusted copies

This commit is contained in:
Ilya_Shlyakhter 2019-09-19 18:59:44 +00:00 committed by admin
parent 1c93a14a2b
commit 88fa21b0fe

View file

@ -5,3 +5,5 @@ Maybe, with `annex.thin`, when one copy of a file is unlocked, all must be unloc
Also, with `annex.thin`, the [[invariant|internals]] that `.git/annex/objects/aa/bb/*/*` contains content with given key gets broken if the file is edited. Might that affect other things, like metadata lookup? [[`git-annex-fsck`|git-annex-fsck]] reports this as an error.
[[`git-annex-drop`|git-annex-drop]] succeeds but does not actually drop the file.
Also, even if the current repo is trusted, with `annex.thin`, an unlocked file should not count as a trusted copy.