summaryrefslogtreecommitdiff
path: root/tests/resources/revert
Commit message (Collapse)AuthorAgeFilesLines
* revert tests: always use core.autocrlf=false in testsEdward Thomson2014-10-2712-4/+2
|
* merge_file should use more aggressive levelsEdward Thomson2014-01-2023-1/+9
| | | | | | | | | | | 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.
* Introduce git_revert to revert a single commitEdward Thomson2013-12-0245-0/+91