libgit2/tests-clar/diff
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
..
blob.c Diff iterators 2012-09-05 15:17:24 -07:00
diff_helpers.c Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
diff_helpers.h Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
diffiter.c Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
index.c Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
iterator.c diff: make inter-hunk-context default value git-compliant 2012-07-02 17:27:49 +02:00
patch.c Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
tree.c Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
workdir.c Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00