libgit2/tests/diff
Nicolas Hake c05cd7924d Drop git_patch_to_str
It's hard or even impossible to correctly free the string buffer
allocated by git_patch_to_str in some circumstances. Drop the function
so people have to use git_patch_to_buf instead - git_buf has a dedicated
destructor.
2014-01-22 17:51:32 +01:00
..
blob.c Drop git_patch_to_str 2014-01-22 17:51:32 +01:00
diff_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
diff_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
diffiter.c Drop git_patch_to_str 2014-01-22 17:51:32 +01:00
drivers.c Drop git_patch_to_str 2014-01-22 17:51:32 +01:00
index.c Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
iterator.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
notify.c More improvements to callback return value tests 2013-12-11 11:55:00 -08:00
patch.c Drop git_patch_to_str 2014-01-22 17:51:32 +01:00
pathspec.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rename.c Drop git_patch_to_str 2014-01-22 17:51:32 +01:00
submodules.c Drop git_patch_to_str 2014-01-22 17:51:32 +01:00
tree.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
workdir.c Drop git_patch_to_str 2014-01-22 17:51:32 +01:00