Commit Diff


commit - 29f5ff1dca539ddadde248885644eead6408d8ff
commit + ba0331d907c4dec81f17c24096308c15b10ab1aa
blob - 86b3c54681283baa034bfbeeb19d4b2ee19ef50a
blob + 05413fa4d9a62b8b6274752c85a40d71879592b2
--- diff/diff.c
+++ diff/diff.c
@@ -76,7 +76,7 @@ const struct diff_algo_config myers, patience, myers_d
 const struct diff_algo_config myers = (struct diff_algo_config){
 	.impl = diff_algo_myers,
 	.permitted_state_size = 1024 * 1024 * sizeof(int),
-	.fallback_algo = &patience,
+	.fallback_algo = &myers_divide,
 };
 
 const struct diff_algo_config patience = (struct diff_algo_config){