mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-24 17:45:40 +00:00
![]() There are a lot of places where the diff API gives the user access to internal data structures and many of these were being exposed through non-const pointers. This replaces them all with const pointers for any object that the user can access but is still owned internally to the git_diff_list or git_diff_patch objects. This will probably break some bindings... Sorry! |
||
---|---|---|
.. | ||
git2 | ||
git2.h |