libgit2/tests-clar/status
Russell Belfer 60b9d3fcef Implement filters for status/diff blobs
This adds support to diff and status for running filters (a la crlf)
on blobs in the workdir before computing SHAs and before generating
text diffs.  This ended up being a bit more code change than I had
thought since I had to reorganize some of the diff logic to minimize
peak memory use when filtering blobs in a diff.

This also adds a cap on the maximum size of data that will be loaded
to diff.  I set it at 512Mb which should match core git.  Right now
it is a #define in src/diff.h but it could be moved into the public
API if desired.
2012-09-06 15:34:02 -07:00
..
ignore.c Fix crash with adding internal ignores 2012-08-24 13:41:45 -07:00
single.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
status_data.h Fix warnings and merge issues on Win64 2012-08-23 09:20:17 -07:00
status_helpers.c Add cache busting to attribute cache 2012-05-10 11:12:43 -07:00
status_helpers.h Fix warnings and merge issues on Win64 2012-08-23 09:20:17 -07:00
submodules.c Working implementation of git_submodule_status 2012-08-24 11:00:27 -07:00
worktree.c Implement filters for status/diff blobs 2012-09-06 15:34:02 -07:00