minor bug in new whereused

This commit is contained in:
Joey Hess 2021-07-14 16:04:54 -04:00
parent fcd1b93a7d
commit 8c0ac094ed
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,7 @@
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]]