libgit2/include
Russell Belfer dc13f1f7d7 Add cache busting to attribute cache
This makes the git attributes and git ignores cache check
stat information before using the file contents from the
cache.  For cached files from the index, it checks the SHA
of the file instead.  This should reduce the need to ever
call `git_attr_cache_flush()` in most situations.

This commit also fixes the `git_status_should_ignore` API
to use the libgit2 standard parameter ordering.
2012-05-10 11:12:43 -07:00
..
git2 Add cache busting to attribute cache 2012-05-10 11:12:43 -07:00
git2.h Move git_merge_base() to is own header and document it 2012-04-12 20:25:25 +02:00