libgit2/tests-clar/submodule
Russell Belfer 0d64bef941 Add complex checkout test and then fix checkout
This started as a complex new test for checkout going through the
"typechanges" test repository, but that revealed numerous issues
with checkout, including:

* complete failure with submodules
* failure to create blobs with exec bits
* problems when replacing a tree with a blob because the tree
  "example/" sorts after the blob "example" so the delete was
  being processed after the single file blob was created

This fixes most of those problems and includes a number of other
minor changes that made it easier to do that, including improving
the TYPECHANGE support in diff/status, etc.
2012-10-09 11:59:34 -07:00
..
lookup.c Test for gitmodules only submodule def 2012-09-05 15:54:32 -07:00
modify.c Add missing accessor for fetchRecurseSubmodules 2012-09-07 15:49:08 -07:00
status.c Add complex checkout test and then fix checkout 2012-10-09 11:59:34 -07:00
submodule_helpers.c Major submodule rewrite 2012-08-24 11:00:26 -07:00
submodule_helpers.h Major submodule rewrite 2012-08-24 11:00:26 -07:00