mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-10 10:30:57 -06:00
The only thing that wants what we used to call the "best" diff algorithm is the command-line tools. Non-interactive programs all want the algorithm that finishes up fastest, which is top-down. Fixes https://github.com/attic-labs/attic/issues/627