git-annex/CmdLine
Joey Hess dd7b99c860 add tip about metadata driven views (and more flexible view filtering)
While writing this documentation, I realized that there needed to be a way
to stay in a view like tag=* while adding a filter like tag=work that
applies to the same field.

So, there are really two ways a view can be refined. It can have a new
"field=explicitvalue" filter added to it, which does not change the
"shape" of the view, but narrows the files it shows.
Or, it can have a new view added, which adds another level of
subdirectories.

So, added a vfilter command, which takes explicit values to add to the
filter, and rejects changes that would change the shape of the view.

And, made vadd only accept changes that change the shape of the view.

And, changed the View data type slightly; now components that can match
multiple metadata values can be visible, or not visible.

This commit was sponsored by Stelian Iancu.
2014-02-19 16:29:56 -04:00
..
GitAnnex limiting files based on metadata 2014-02-13 02:24:30 -04:00
GitAnnexShell Windows: Fix handling of absolute unix-style git repository paths. 2014-02-08 15:39:04 -04:00
Action.hs avoid using function named that conflicts with name used in newer version of process library 2014-01-29 13:44:53 -04:00
GitAnnex.hs add tip about metadata driven views (and more flexible view filtering) 2014-02-19 16:29:56 -04:00
GitAnnexShell.hs reorg 2014-01-26 16:36:31 -04:00
Option.hs reorganize some files and imports 2014-01-26 16:25:55 -04:00
Seek.hs Windows: Avoid using unix-compat's rename, which refuses to rename directories. 2014-01-29 15:19:03 -04:00
Usage.hs reorganize some files and imports 2014-01-26 16:25:55 -04:00