libgit2/tests/index
Edward Thomson 5f32c50683 racy: make git_index_read_index handle raciness
Ensure that `git_index_read_index` clears the uptodate bit on
files that it modifies.

Further, do not propagate the cache from an on-disk index into
another on-disk index.  Although this should not be done, as
`git_index_read_index` is used to bring an in-memory index into
another index (that may or may not be on-disk), ensure that we do
not accidentally bring in these bits when misused.
2015-11-16 22:59:02 -05:00
..
addall.c win32: ensure hidden files can be staged 2015-08-03 18:33:15 -05:00
bypath.c index: test that add_bypath preserves symlinks 2015-11-03 12:07:03 -05:00
cache.c Clean up some memory leaks 2014-10-26 22:27:44 -04:00
collision.c conflict tests: use GIT_IDXENTRY_STAGE_SET 2015-05-28 09:44:22 -04:00
conflicts.c Failing test for case sensitive conflicts in the index 2015-11-12 12:11:45 +01:00
crlf.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
filemodes.c index: add tests around case switching 2015-08-14 21:06:51 +02:00
inmemory.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
names.c reset: remove reflog message override 2015-03-03 14:40:50 +01:00
nsec.c index: test that we round-trip nsecs 2015-10-22 09:29:40 -04:00
racy.c racy: make git_index_read_index handle raciness 2015-11-16 22:59:02 -05:00
read_index.c index: introduce git_index_read_index 2015-05-11 14:12:05 -04:00
read_tree.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
rename.c Plug some leaks 2015-09-27 23:32:20 +02:00
reuc.c reset: remove reflog message override 2015-03-03 14:40:50 +01:00
stage.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
tests.c git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00