hi,
i just did git annex unused in 2 repos, one with WORM and one with SHA1.
with WORM i instantly could see which file it was, with SHA1 not.
so would it be possible to just add the first seen filename to the hashes identifier? the name could just be ignored but it would help with unused to see which file i am searching for.
thanks!
Adding a filename would defeat deduplication. You suggest adding the "first seen" filename, but then git-annex would need to maintain a lookup between hashes and hashes with the first seen filename to use when adding new files.
There is already ?wishlist: option to print more info with 'unused'.