view, vfilter: Add support for filtering tags and values out of a view, using !tag and field!=value.
Note that negated globs are not supported. Would have complicated the code to add them, without changing the data type serialization in a non-backwards-compatable way. This commit was sponsored by Denver Gingerich.
This commit is contained in:
parent
2432ecbdcc
commit
c2e8c21ca6
8 changed files with 82 additions and 40 deletions
|
@ -10,7 +10,7 @@ module Command.VAdd where
|
|||
import Common.Annex
|
||||
import Command
|
||||
import Annex.View
|
||||
import Command.View (parseViewParam, checkoutViewBranch)
|
||||
import Command.View (checkoutViewBranch)
|
||||
|
||||
def :: [Command]
|
||||
def = [notBareRepo $ notDirect $ command "vadd" (paramRepeating "FIELD=GLOB")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue