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
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -12,6 +12,8 @@ git-annex (5.20140228) UNRELEASED; urgency=medium
|
|||
* assistant --autostart: Refuse to start in a bare git repository.
|
||||
* webapp: Don't list the public repository group when editing a
|
||||
git repository; it only makes sense for special remotes.
|
||||
* view, vfilter: Add support for filtering tags and values out of a view,
|
||||
using !tag and field!=value.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 28 Feb 2014 14:52:15 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue