mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-30 12:29:22 +00:00
In looking at PR #878, I found a few small bugs in the diff code, mostly related to work that can be avoided when processing tree- to-tree diffs that was always being carried out. This commit has some small fixes in it. |
||
|---|---|---|
| .. | ||
| blob.c | ||
| diff_helpers.c | ||
| diff_helpers.h | ||
| index.c | ||
| iterator.c | ||
| patch.c | ||
| tree.c | ||
| workdir.c | ||