libgit2/tests-clar/attr
Russell Belfer 974774c7b0 Add attributes to filters and fix registry
The filter registry as implemented was too primitive to actually
work once multiple filters were coming into play.  This expands
the implementation of the registry to handle multiple prioritized
filters correctly.

Additionally, this adds an "attributes" field to a filter that
makes it really really easy to implement filters that are based
on one or more attribute values.  The lookup and even simple value
checking can all happen automatically without custom filter code.

Lastly, with the registry improvements, this fills out the filter
lifecycle callbacks, with initialize and shutdown callbacks that
will be called before the filter is first used and after it is
last invoked.  This allows for system-wide initialization and
cleanup by the filter.
2013-09-17 09:31:44 -07:00
..
attr_expect.h Fix bugs for status with spaces and reloaded attrs 2012-05-24 17:14:56 -07:00
file.c Revert PR #1462 and provide alternative fix 2013-08-09 10:52:35 -07:00
flags.c global: Fix unit tests after reordering 2012-05-18 01:25:57 +02:00
ignore.c allow (ignore) bare slash in gitignore 2013-05-29 16:26:25 -05:00
lookup.c Support for core.ignorecase 2012-09-17 15:42:41 -04:00
repo.c Add attributes to filters and fix registry 2013-09-17 09:31:44 -07:00