| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| blob.c | ||
| diff_helpers.c | ||
| diff_helpers.h | ||
| diffiter.c | ||
| index.c | ||
| iterator.c | ||
| patch.c | ||
| tree.c | ||
| workdir.c |
The `git_diff_iterator_num_files` API was problematic, since we don't actually know the exact number of files to be iterated over until we load those files into memory. This replaces it with a new `git_diff_iterator_progress` API that goes from 0 to 1, and moves and renamed the old API for the internal places that can tolerate a max value instead of an exact value.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| blob.c | Loading commit data... | |
| diff_helpers.c | Loading commit data... | |
| diff_helpers.h | Loading commit data... | |
| diffiter.c | Loading commit data... | |
| index.c | Loading commit data... | |
| iterator.c | Loading commit data... | |
| patch.c | Loading commit data... | |
| tree.c | Loading commit data... | |
| workdir.c | Loading commit data... |