libgit2/tests/diff
Pierre-Olivier Latour 36fc549781 Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small files
The implementation of the hashsig API disallows computing a signature on
small files containing only a few lines. This new flag disables this
behavior.

git_diff_find_similar() sets this flag by default which means that rename
/ copy detection of small files will now work. This in turn affects the
behavior of the git_status and git_blame APIs which will now detect rename
of small files assuming the right options are passed.
2015-01-14 10:17:56 -06:00
..
binary.c patch: emit binary patches (optionally) 2014-04-22 19:08:21 -05:00
blob.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
diff_helpers.c Plug leaks 2014-11-23 15:51:31 +01:00
diff_helpers.h Remove trace / add git_diff_perfdata struct + api 2014-05-02 09:21:33 -07:00
diffiter.c Drop git_patch_to_str 2014-01-22 17:51:32 +01:00
drivers.c Update Javascript userdiff driver and tests 2014-01-27 11:45:06 -08:00
format_email.c Use git_diff_get_stats in example/diff + refactor 2014-04-22 12:33:27 -07:00
index.c Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
iterator.c iterator: submodules are determined by an index or tree 2014-11-07 08:33:27 +01:00
notify.c More improvements to callback return value tests 2013-12-11 11:55:00 -08:00
patch.c patch: emit binary patches (optionally) 2014-04-22 19:08:21 -05:00
pathspec.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rename.c Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small files 2015-01-14 10:17:56 -06:00
stats.c Don't scale diff stat when not needed 2014-05-12 10:28:45 -07:00
submodules.c Remove most submodule reloads from tests 2014-04-01 13:24:06 -07:00
tree.c Get rid of redundant git_diff_options_init fn 2014-05-02 09:21:33 -07:00
workdir.c Fix compile error on Visual Studio 2014-05-27 23:36:07 +09:00