libgit2/include
Russell Belfer 16248ee2d1 Fix up some missing consts in tree & index
This fixes some missed places where we can apply const-ness to
various public APIs.

There are still some index and tree APIs that cannot take const
pointers because we sort our `git_vectors` lazily and so we can't
reliably bsearch the index and tree content without applying a
`git_vector_sort()` first.

This also fixes some missed places where size_t can be used and
where const can be applied to a couple internal functions.
2012-11-27 13:18:29 -08:00
..
git2 Fix up some missing consts in tree & index 2012-11-27 13:18:29 -08:00
git2.h Merge pull request #1030 from pwkelley/transports 2012-11-01 09:15:29 -07:00