diff --git a/doc/bugs/commands_on_unlocked__44___changed_file_use_its_old_key.mdwn b/doc/bugs/commands_on_unlocked__44___changed_file_use_its_old_key.mdwn new file mode 100644 index 0000000000..91640791d7 --- /dev/null +++ b/doc/bugs/commands_on_unlocked__44___changed_file_use_its_old_key.mdwn @@ -0,0 +1 @@ +git-annex commands that take a file path as argument but really operate on the key corresponding to the file's contents, when given an unlocked file that has been modified, will operate on the original key, not the key corresponding to the file's current contents. For example, [[`git-annex-whereis`|git-annex-whereis]] can show that there are several copies of the contents, even though there is only one (and only in the working copy).