This commit is contained in:
Doable8234 2024-12-12 04:53:22 +00:00 committed by admin
parent 89e2de4a1e
commit 96d17fa5c3

View file

@ -0,0 +1,5 @@
I create a preferred content expression for a host by running `git annex wanted . <some expression>` for a test. Now I want to clear this completely. However, if I manually delete the `preferred-content.log`, every time I do a sync it pops back up.
How can I just delete this completely so it stays deleted? One of the reasons I want to clear this is since `git annex sync` behavior is changing to start doing `sync --content` by default.