libgit2/tests/attr
Carlos Martín Nieto 1c3018eb12 ignore: fix directory limits when searching for star-star
In order to match the star-star, we disable the flag that's looking for
a single path element, but that leads to searching for the pattern in
the middle of elements in the input string.

Mark when we're handing a star-star so we jump over the elements in our
attempt to match the part of the pattern that comes after the star-star.

While here, tighten up the check so we don't allow invalid rules
through.
2016-04-19 19:39:05 +02:00
..
attr_expect.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
file.c Fix broken logic for attr cache invalidation 2014-04-17 15:04:41 -07:00
flags.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
ignore.c ignore: fix directory limits when searching for star-star 2016-04-19 19:39:05 +02:00
lookup.c Improvements to ignore performance on Windows. 2015-04-28 14:24:58 -04:00
repo.c attr: Add an extra test for files under a subfolder 2014-09-17 15:08:16 +02:00