nugget/paperweight-lib
okx-code 4b9a233416
Specify myers diff algorithm explicitly (#252)
* Use myers diff algorithm

This is the default Git diff algorithm and by specifying this explicitly we prevent git configs from overriding this setting. As Paper relies on patches generated with Myers, and breaks with other algorithms, it doesn't make sense to allow users to configure this.

* Add diff algorithm in generatePatches

* Also add to isUnfinishedPatch
2024-09-27 19:22:32 -07:00
..
src Specify myers diff algorithm explicitly (#252) 2024-09-27 19:22:32 -07:00
build.gradle.kts Plugin remapping (#239) 2024-04-23 11:40:20 -07:00