libgit2/tests-clar/filter
Russell Belfer eefc32d549 Bug fixes and cleanups
This contains a few bug fixes and some header and API cleanups.

The main API change is that filters should now use GIT_PASSTHROUGH
to indicate that they wish to skip processing a file instead of
GIT_ENOTFOUND.

The bug fixes include a possible out-of-range buffer access in
the ident filter, a filter ordering problem I introduced into the
custom filter tests on Windows, and a filter buf NUL termination
issue that was coming up on Linux.
2013-09-17 09:31:46 -07:00
..
blob.c Make filter tests somewhat more robust 2013-09-17 09:31:45 -07:00
crlf.c Fixing up some win32 issues with autocrlf 2013-09-17 09:31:46 -07:00
crlf.h Port tests from PR 1683 2013-09-17 09:31:45 -07:00
custom.c Bug fixes and cleanups 2013-09-17 09:31:46 -07:00
ident.c Merge git_buf and git_buffer 2013-09-17 09:31:45 -07:00