This commit is contained in:
uli@8484a70fbfd489faef5f72c230d340b01e2676ca 2018-07-11 14:07:24 +00:00 committed by admin
parent 88f1a02de5
commit 32df7fca23

View file

@ -0,0 +1,9 @@
git annex unused supports an --from option to select a specific remote to find unused data in. When you use that on a repository which is not linked to from the current repository by a git remote, git annex fails:
$ git annex unused --from somerepository
git-annex: there is no available git remote named somerepository
$ git annex unused --from repowithremote
unused repowithremote (checking for unused data...)
[...]
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.