mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-28 22:32:29 +00:00
It's hard or even impossible to correctly free the string buffer allocated by git_patch_to_str in some circumstances. Drop the function so people have to use git_patch_to_buf instead - git_buf has a dedicated destructor. |
||
|---|---|---|
| .. | ||
| blob.c | ||
| diff_helpers.c | ||
| diff_helpers.h | ||
| diffiter.c | ||
| drivers.c | ||
| index.c | ||
| iterator.c | ||
| notify.c | ||
| patch.c | ||
| pathspec.c | ||
| rename.c | ||
| submodules.c | ||
| tree.c | ||
| workdir.c | ||