libgit2/tests-clar/diff
Russell Belfer ad26434b3b Tests and more fixes for submodule diffs
This adds tests for diffs with submodules in them and (perhaps
unsurprisingly) requires further fixes to be made.  Specifically,
this fixes:

- when considering if a submodule is dirty in the workdir, it was
  being treated as dirty even if only the index was dirty.
- git_diff_patch_to_str (and git_diff_patch_print) were "printing"
  the headers for files (and submodules) that were unmodified or
  had no meaningful content.
- added comment to previous fix and removed unneeded parens.
2013-04-09 14:52:32 -07:00
..
blob.c Initial integration of similarity metric to diff 2013-02-21 12:40:33 -08:00
diff_helpers.c Fix some diff ignores and submodule dirty workdir 2013-03-25 23:58:40 -07:00
diff_helpers.h Fix some diff ignores and submodule dirty workdir 2013-03-25 23:58:40 -07:00
diffiter.c Replace diff delta binary with flags 2013-02-20 15:10:21 -08:00
index.c Fix some leaks and (possibly) dangling pointers in tests 2012-12-19 08:04:31 +01:00
iterator.c Three submodule status bug fixes 2013-03-18 17:24:13 -07:00
patch.c Fix a few leaks 2013-03-04 00:21:56 +01:00
rename.c handle small files in similarity metrics 2013-03-11 12:47:01 -05:00
submodules.c Tests and more fixes for submodule diffs 2013-04-09 14:52:32 -07:00
tree.c Test fixes and cleanup 2013-03-25 14:03:16 -07:00
workdir.c Fix some diff ignores and submodule dirty workdir 2013-03-25 23:58:40 -07:00