libgit2/tests/index
Edward Thomson 55798fd153 git_indexwriter: lock then write the index
Introduce `git_indexwriter`, to allow us to lock the index while
performing additional operations, then complete the write (or abort,
unlocking the index).
2015-02-14 09:25:35 -05:00
..
addall.c Staticize file-local variables 2014-02-24 05:32:05 -08:00
cache.c Clean up some memory leaks 2014-10-26 22:27:44 -04: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 git_indexwriter: lock then write the index 2015-02-14 09:25:35 -05:00