git-annex/doc/todo/assistant_support_hide-missing.mdwn
Joey Hess cffa2446e8
tagged the past 2 years of open todos and followed up to a few of them
also moved some that were really bug reports to bugs/ and closed a
couple
2020-01-30 15:22:05 -04:00

13 lines
469 B
Markdown

While `git annex sync` supports branches set up by `git annex adjust
--hide-missing`, the assisitant does not yet.
This would invole:
* The assistant also needs to scan the original branch when looking for
files to download.
* The assistant ought to update the adjusted branch at some point after
downloads, but it's not clear when. Perhaps this will need to be deferred
until it can be done more cheaply, so it can do it after every file.
[[!tag confirmed]]