libgit2/tests-clar/diff
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
..
blob.c Diff iterators 2012-09-05 15:17:24 -07:00
diff_helpers.c Extend diff helpers for tests a little 2012-10-08 15:22:40 -07:00
diff_helpers.h Extend diff helpers for tests a little 2012-10-08 15:22:40 -07:00
diffiter.c Clean up Win64 warnings 2012-09-28 14:34:08 -07:00
index.c Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
iterator.c Add complex checkout test and then fix checkout 2012-10-09 11:59:34 -07:00
patch.c Add const to all shared pointers in diff API 2012-09-25 16:35:05 -07:00
tree.c Extend diff helpers for tests a little 2012-10-08 15:22:40 -07:00
workdir.c Add test for diffs with submodules and bug fixes 2012-10-08 15:22:40 -07:00