libgit2/tests/status
Russell Belfer 8ef4e11a76 Skip diff oid calc when size definitely changed
When we think the stat cache in the index seems valid and the size
or mode of a file has definitely changed, then don't bother trying
to recalculate the OID of the workdir bits to confirm that it is
modified - just accept that it is modified.

This can result in files that show as modified with no actual diff,
but the behavior actually appears to match Git on the command line.

This also includes a minor optimization to not perform a submodule
lookup on the ".git" directory itself.
2014-05-02 09:21:32 -07:00
..
ignore.c Fix ignore difference from git with trailing /* 2014-04-18 14:42:40 -07:00
renames.c Improve docs for status rename detection limits 2014-04-24 15:40:50 -07:00
single.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
status_data.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
status_helpers.c Pop ignore only if whole relative path matches 2014-04-18 10:32:35 -07:00
status_helpers.h New tests of status for repo inside repo 2014-04-01 21:32:06 -07:00
submodules.c Update submodules with parent-tracked content 2014-04-08 14:47:20 -07:00
worktree_init.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
worktree.c Skip diff oid calc when size definitely changed 2014-05-02 09:21:32 -07:00