summaryrefslogtreecommitdiff
path: root/tests/diff/patch.c
Commit message (Collapse)AuthorAgeFilesLines
* patch: emit binary patches (optionally)Edward Thomson2014-04-221-0/+1
|
* Drop git_patch_to_strNicolas Hake2014-01-221-21/+22
| | | | | | | 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.
* More tests of canceling from callbacksRussell Belfer2013-12-121-3/+36
| | | | | This covers diff print, push, and ref foreach. This also has a fix for a small memory leak in the push tests.
* Add content offset to git_diff_lineNick Hengeveld2013-11-181-0/+6
| | | | | | For additions and deletions, external consumers like subversion can make use of the content offset to generate diffs in their proprietary formats.
* Rename tests-clar to testsBen Straub2013-11-141-0/+571