unused --from: Allow specifiying a repository by uuid or description.

This commit was sponsored by Jake Vosloo on Patreon.
This commit is contained in:
Joey Hess 2018-07-11 16:01:35 -04:00
parent 7f2e76c462
commit cc2cb46857
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 23 additions and 16 deletions

View file

@ -7,3 +7,8 @@ git annex unused supports an --from option to select a specific remote to find u
[...]
As git annex at least for newly-deleted files knows when those are stored in the given repository, git annex should at least find those.
> [[done]], made it suppose the uuid or description.
>
> Of course, `dropunused --from` still needs the name of a remote, so this
> is only useful for querying.. --[[Joey]]