summaryrefslogtreecommitdiff
path: root/tests/merge/files.c
Commit message (Collapse)AuthorAgeFilesLines
* merge tests: move expected data into own fileEdward Thomson2015-11-251-0/+1
|
* diff: don't feed large files to xdiffEdward Thomson2015-10-051-3/+3
|
* merge_file: treat large files as binaryEdward Thomson2015-10-051-0/+88
| | | | | | | | xdiff craps the bed on large files. Treat very large files as binary, so that it doesn't even have to try. Refactor our merge binary handling to better match git.git, which looks for a NUL in the first 8000 bytes.
* merge_files: don't add trailing newlinesEdward Thomson2015-07-071-0/+39
| | | | | When invoked with three files that each lack a trailing newline, the merge result should also lack a trailing newline.
* Collapse whitespace flags into git_merge_file_flags_tJacques Germishuys2015-03-161-2/+2
|
* Added tests to merge files and branches with whitespace problems and fixesJacques Germishuys2015-03-161-0/+76
|
* Introduce git_merge_file for consumersEdward Thomson2014-03-201-0/+175