From d6744f85d3ad9b924eeee47148d34bec6992b5eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 2 Mar 2014 14:53:19 -0400 Subject: 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. --- Command/VAdd.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/VAdd.hs') diff --git a/Command/VAdd.hs b/Command/VAdd.hs index 6b53aa7ea..e3726a051 100644 --- a/Command/VAdd.hs +++ b/Command/VAdd.hs @@ -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") -- cgit v1.2.3