diff --git a/doc/todo/Finding_content_in_other_repositories_should_not_need_a_git_remote.mdwn b/doc/todo/Finding_content_in_other_repositories_should_not_need_a_git_remote.mdwn new file mode 100644 index 0000000000..52d2ef08c6 --- /dev/null +++ b/doc/todo/Finding_content_in_other_repositories_should_not_need_a_git_remote.mdwn @@ -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.