git-annex/doc/bugs/whereused_false_match_on_longer_key.mdwn

8 lines
248 B
Text
Raw Normal View History

2021-07-14 20:04:54 +00:00
It's possible for `git annex whereused --key=foo` to find a match in a
file that uses key "foobar".
One way this is likely to happen is SHA256 keys with and without extension,
for the same content. Or WORM keys with similar filenames.
--[[Joey]]