From 3586ee275f72f77b5a6b008ab065fd3bf960fa54 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 Jul 2021 09:33:30 -0400 Subject: [PATCH] response --- ...ent_1_56044eef4cee8940a9bd5f66d2b1cd8f._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/how_to_speed_up_metadata_view_genration/comment_1_56044eef4cee8940a9bd5f66d2b1cd8f._comment diff --git a/doc/forum/how_to_speed_up_metadata_view_genration/comment_1_56044eef4cee8940a9bd5f66d2b1cd8f._comment b/doc/forum/how_to_speed_up_metadata_view_genration/comment_1_56044eef4cee8940a9bd5f66d2b1cd8f._comment new file mode 100644 index 0000000000..e55b1fcb41 --- /dev/null +++ b/doc/forum/how_to_speed_up_metadata_view_genration/comment_1_56044eef4cee8940a9bd5f66d2b1cd8f._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2021-07-12T13:19:53Z" + content=""" +It's possible to limit a view to a subdirectory, by +using something like `git annex view 'foo/=*'` + +It might still take a while to generate that view, but +once you're in that view, you can use `git annex vfilter` +to further filter to tags, and it will only look at the files from the +subdirectory, so will run faster. And `git annex vpop` will +quickly undo a view change. +"""]] -- 2.30.2