comment
authorJoey Hess <joeyh@joeyh.name>
Mon, 13 Jun 2022 18:20:54 +0000 (14:20 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 13 Jun 2022 18:20:54 +0000 (14:20 -0400)
doc/todo/Filter_a_tree_with_pattern/comment_1_17dac31227b8f95c5ca50f4a4cf5a425._comment [new file with mode: 0644]

diff --git a/doc/todo/Filter_a_tree_with_pattern/comment_1_17dac31227b8f95c5ca50f4a4cf5a425._comment b/doc/todo/Filter_a_tree_with_pattern/comment_1_17dac31227b8f95c5ca50f4a4cf5a425._comment
new file mode 100644 (file)
index 0000000..fb2ddcd
--- /dev/null
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2022-06-13T17:39:41Z"
+ content="""
+Most of this can be done with either `git-annex adjust --hide-missing` or views. 
+
+The only thing that cannot is limiting files to those matching a glob,
+though views can limit files to the contents of directories.
+
+Unfortunately, adjusted branches and views don't compose. There is a todo
+about that, [[todo/unify_adjust_with_view]]. I think that is what you're
+looking for, or very close.
+"""]]