libgit2/tests/status
Carlos Martín Nieto ff47537557 diff: check files with the same or newer timestamps
When a file on the workdir has the same or a newer timestamp than the
index, we need to perform a full check of the contents, as the update of
the file may have happened just after we wrote the index.

The iterator changes are such that we can reach inside the workdir
iterator from the diff, though it may be better to have an accessor
instead of moving these structs into the header.
2015-06-22 12:47:30 +02:00
..
ignore.c ignore: clear the error when matching a pattern negation 2015-05-20 21:49:02 +02:00
renames.c status test: always test the new file path 2015-05-04 07:18:29 -05:00
single.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
status_data.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
status_helpers.c Use 'X' for unreadable status. 2014-05-30 16:22:13 -07:00
status_helpers.h New tests of status for repo inside repo 2014-04-01 21:32:06 -07:00
submodules.c repository: remove log message override for switching the active branch 2015-03-03 14:40:50 +01:00
worktree_init.c Fixed a couple Clang warnings 2014-11-10 08:18:48 +09:00
worktree.c diff: check files with the same or newer timestamps 2015-06-22 12:47:30 +02:00