summaryrefslogtreecommitdiff
path: root/tests/merge/trees/automerge.c
Commit message (Collapse)AuthorAgeFilesLines
* merge tests: move expected data into own fileEdward Thomson2015-11-251-1/+2
|
* Update git_merge_tree_opts to git_merge_optionsEdward Thomson2014-03-201-4/+4
|
* Introduce git_merge_file for consumersEdward Thomson2014-03-201-22/+0
|
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
| | | | This was not converted when we converted the rest, so do it now.
* merge_file should use more aggressive levelsEdward Thomson2014-01-201-2/+2
| | | | | | | | | | | The default merge_file level was XDL_MERGE_MINIMAL, which will produce conflicts where there should not be in the case where both sides were changed identically. Change the defaults to be more aggressive (XDL_MERGE_ZEALOUS) which will more aggressively compress non-conflicts. This matches git.git's defaults. Increase testing around reverting a previously reverted commit to illustrate this problem.
* Rename tests-clar to testsBen Straub2013-11-141-0/+217