summaryrefslogtreecommitdiff
path: root/tests/merge
Commit message (Collapse)AuthorAgeFilesLines
...
* Load merge.conflictstyle setting from configEdward Thomson2014-01-201-0/+86
|
* Introduce diff3 mode for checking out conflictsEdward Thomson2014-01-201-1/+48
|
* Don't try to merge binary filesEdward Thomson2014-01-201-0/+37
|
* merge_file should use more aggressive levelsEdward Thomson2014-01-204-11/+11
| | | | | | | | | | | 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.
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-153-3/+3
| | | | | | Any well-behaved program should write a descriptive message to the reflog whenever it updates a reference. Let's make this more prominent by removing the version without the reflog parameters.
* Clean up warningsEdward Thomson2013-12-092-23/+0
|
* Bare naked merge and rebaseEdward Thomson2013-12-033-0/+197
|
* Rename tests-clar to testsBen Straub2013-11-1412-0/+4055