libgit2/tests-clar/config
Russell Belfer b3ff1dab31 Adding git_config_foreach_match() iteration fn
Adding a new config iteration function that let's you iterate
over just the config entries that match a particular regular
expression.  The old foreach becomes a simple use of this with
an empty pattern.

This also fixes an apparent bug in the existing `git_config_foreach`
where returning a non-zero value from the iteration callback was
not correctly aborting the iteration and the returned value was
not being propogated back to the caller of foreach.

Added to tests to cover all these changes.
2012-07-10 23:19:47 -07:00
..
add.c global: Fix unit tests after reordering 2012-05-18 01:25:57 +02:00
multivar.c errors: Rename the generic return codes 2012-05-18 01:26:26 +02:00
new.c global: Fix unit tests after reordering 2012-05-18 01:25:57 +02:00
read.c Adding git_config_foreach_match() iteration fn 2012-07-10 23:19:47 -07:00
stress.c global: Fix unit tests after reordering 2012-05-18 01:25:57 +02:00
write.c config: add more tests for writing escaped chars 2012-06-13 23:26:00 +02:00