libgit2/include
Russell Belfer 0fc8e1f6bd Lay groundwork for updating stat cache in diff
This reorganized the diff OID calculation to make it easier to
correctly update the stat cache during a diff once the flags to
do so are enabled.

This includes marking the path of a git_index_entry as const so
we can make a "fake" git_index_entry with a "const char *" path
and not get warnings.  I was a little surprised at how unobtrusive
this change was, but I think it's probably a good thing.
2014-05-02 09:21:33 -07:00
..
git2 Lay groundwork for updating stat cache in diff 2014-05-02 09:21:33 -07:00
git2.h Added cherry-pick support 2014-04-14 16:16:21 +02:00