| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ignore.c | ||
| single.c | ||
| status_data.h | ||
| status_helpers.c | ||
| status_helpers.h | ||
| submodules.c | ||
| worktree.c |
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.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ignore.c | Loading commit data... | |
| single.c | Loading commit data... | |
| status_data.h | Loading commit data... | |
| status_helpers.c | Loading commit data... | |
| status_helpers.h | Loading commit data... | |
| submodules.c | Loading commit data... | |
| worktree.c | Loading commit data... |