git-annex/doc/todo/unify_adjust_with_view.mdwn

10 lines
373 B
Text
Raw Normal View History

2018-10-26 17:03:18 +00:00
`git annex adjust` and `git annex view` (et all) both derive a branch from
the main branch and enter it. They have different capabilies. It would be
useful to be able to compose them. For example, to enter a view based on
metadata that also has all files unlocked.
There's also probably a fair amount of overlap in their implementations.
--[[Joey]]
[[!tag needsthought]]