mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-01 03:05:48 +00:00
This adds two new public APIs: git_diff_patch_from_blobs and git_diff_patch_from_blob_and_buffer, plus it refactors the code for git_diff_blobs and git_diff_blob_to_buffer so that they code is almost entirely shared between these APIs, and adds tests for the new APIs. |
||
|---|---|---|
| .. | ||
| blob.c | ||
| diff_helpers.c | ||
| diff_helpers.h | ||
| diffiter.c | ||
| drivers.c | ||
| index.c | ||
| iterator.c | ||
| notify.c | ||
| patch.c | ||
| rename.c | ||
| submodules.c | ||
| tree.c | ||
| workdir.c | ||