Code

store: Don't special case negated matchers in the ANY matcher.
authorSebastian Harl <sh@tokkee.org>
Sat, 25 Oct 2014 19:41:16 +0000 (21:41 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 25 Oct 2014 19:41:16 +0000 (21:41 +0200)
commit82605756814adadc0fcad9ee55e472c1730bf9ba
treef311f92345284145c0da19c3303a1a17c6056883
parentdcae4c1b3d8a756ad894c15f36bce985bc09a2aa
store: Don't special case negated matchers in the ANY matcher.

The old behavior no longer makes sense when thinking about matching *any*
object.
src/core/store_lookup.c
t/integration/filter.sh
t/integration/matching.sh
t/unit/core/store_lookup_test.c