libgit2/include
Russell Belfer bae957b95d Add const to all shared pointers in diff API
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!
2012-09-25 16:35:05 -07:00
..
git2 Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
git2.h Add public API for internal ignores 2012-08-21 17:26:39 -07:00