close bug report, open todo item

This commit is contained in:
Joey Hess 2018-10-26 13:03:18 -04:00
parent e2c894d3df
commit 361740a112
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 26 additions and 1 deletions

View file

@ -8,7 +8,6 @@ git-annex should use smudge/clean filters. v7 mode
- <http://git-annex.branchable.com/bugs/assistant_crashes_in_TransferScanner/>
- <http://git-annex.branchable.com/bugs/v6_appears_to_not_thin/>
- <http://git-annex.branchable.com/bugs/Metadata_views_in_v6_repo_upgraded_from_direct_mode_act_strangely/>
- <http://git-annex.branchable.com/bugs/git-annex-sync_sometimes_fails_in_submodule_in_V6_adjusted_branch/>
### long term todos

View file

@ -0,0 +1,7 @@
`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]]