summaryrefslogtreecommitdiff
path: root/src/merge_file.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce git_merge_file for consumersEdward Thomson2014-03-201-78/+0
|
* Introduce diff3 mode for checking out conflictsEdward Thomson2014-01-201-0/+9
|
* merge_file should use more aggressive levelsEdward Thomson2014-01-201-1/+13
| | | | | | | | | | | 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.
* Fix trailing whitespacesnulltoken2013-05-151-3/+3
|
* merge!Edward Thomson2013-04-301-0/+71