diff --git a/doc/forum/How_can_I_determine_why_a_given_file_is___34__used__34____63__/comment_1_6793035e1c0fb329b3094bf66a982fa3._comment b/doc/forum/How_can_I_determine_why_a_given_file_is___34__used__34____63__/comment_1_6793035e1c0fb329b3094bf66a982fa3._comment new file mode 100644 index 0000000000..2a7682371f --- /dev/null +++ b/doc/forum/How_can_I_determine_why_a_given_file_is___34__used__34____63__/comment_1_6793035e1c0fb329b3094bf66a982fa3._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="kyle" + avatar="http://cdn.libravatar.org/avatar/7d6e85cde1422ad60607c87fa87c63f3" + subject="comment 1" + date="2021-05-10T19:05:57Z" + content=""" +> I rm'ed the symlink, expecting git annex unused to again report K as +> unused. But it doesn't; it still reports no unused files. + +That's odd. Did you also remove it from the index (`git rm`)? + +> git log --stat --no-textconv -S'K' + +Perhaps try with `--all` to do a wider search, though given what you +said above (that is was reported as unused before using `addunused`) my +bet would be on the index. + +"""]]