git-annex-whereused(1) | General Commands Manual | git-annex-whereused(1) |
git-annex-whereused - find what files use or used a key
git annex whereused --key=keyname|--unused
Finds what files use or used a key.
For each file in the working tree that uses a key, this outputs one line, starting with the key, then a space, and then the name of the file. When multiple files use the same key, they will all be listed. When nothing is found that uses the key, there will be no output.
The default is to find only files in the current working tree that use a key. The --historical option makes it also find past versions of files.
git-annex(1)
git-annex-unused(1)
Joey Hess <id@joeyh.name>