Replies: 1 comment
-
You can already achieve what you want (as described in title of the issue) by providing paths you are interested in as arguments for metastore.
But maybe what you're asking for is something like this?
If yes, then I may accept your request and create dedicated enhancement issue. Switching gears, what you put in the description of the issue is a bit more specific, because you are referring specifically to the files tracked by git being the specified ones. metastore is not meant to be tied to any VCS, be it svn, pijul, perforce, hg, git, fossil, darcs, or any other. In case of git it can be achieved in metastore using:
Of course it's not bulletproof, because with long list of files, xargs will call metastore more than once, and each subsequent invocation will overwrite previous |
Beta Was this translation helpful? Give feedback.
-
Hi, I'd like to propose that an command-line option is added to metastore so that it records metadata only for files and directories specified by the user. This will be very helpful for Git workflow, where the ones we want to keep track and recorded in Git repo eventually are just those files/dirs under GIt control. Currently the metadata of ALL files found in the current directory and its subdirs are recorded, so it becomes superfluous. This feature is complementary to #8 , but more specifically will be relevant to Git.
Beta Was this translation helpful? Give feedback.
All reactions