libgit2/tests/index
Carlos Martín Nieto c2f8b21593 index: write out the tree cache extension
Keeping the cache around after read-tree is only one part of the
optimisation opportunities. In order to share the cache between program
instances, we need to write the TREE extension to the index.

Do so, taking the opportunity to rename 'entries' to 'entry_count' to
match the name given in the format description. The included test is
rather trivial, but works as a sanity check.
2014-10-10 19:43:42 +02:00
..
addall.c Staticize file-local variables 2014-02-24 05:32:05 -08:00
cache.c index: write out the tree cache extension 2014-10-10 19:43:42 +02:00
collision.c More index collision tests 2014-01-29 13:15:53 -08:00
conflicts.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
crlf.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
filemodes.c Plug a leak in the tests 2014-06-03 16:18:08 +02:00
inmemory.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
names.c Allow to propagate checkout callbacks to git HARD reset 2014-08-03 16:29:51 +02:00
read_tree.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
rename.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
reuc.c Allow to propagate checkout callbacks to git HARD reset 2014-08-03 16:29:51 +02:00
stage.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
tests.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00