From: Joey Hess Date: Mon, 13 Jun 2022 18:20:54 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~72^2~175 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=49ab46778407cb2dbb306b44a3a49054946096c9;p=git-annex.git comment --- 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 index 0000000000..fb2ddcdde1 --- /dev/null +++ b/doc/todo/Filter_a_tree_with_pattern/comment_1_17dac31227b8f95c5ca50f4a4cf5a425._comment @@ -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. +"""]]