Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
7 check-ins related to "diff-experimental"
2012-02-06
| ||
15:21 | Merge the diff enhancements from the diff-experimental branch into trunk. check-in: bba7aea8ca user: drh tags: trunk | |
15:02 | Tweak to side-by-side alignment: Be more aggressive about marking lines as changed if they are naturally aligned to begin with. Closed-Leaf check-in: 5d836cbda7 user: drh tags: diff-experimental | |
14:28 | Adjust the alignment similarity cutoff score. check-in: 9713e42356 user: drh tags: diff-experimental | |
14:22 | Improvements to the alignment algorithm for block changes in side-by-side diff. check-in: a484cfc2f2 user: drh tags: diff-experimental | |
03:38 | When a line changes in a side-by-side diff, only highlight the part of line that actually changed. check-in: 357d26bc36 user: drh tags: diff-experimental | |
01:55 | Trying out a greedy algorithm for aligning the two sides of a change with side-by-side diff. This helps in some cases, but we could probably benefit from a better algorithm. check-in: 881b65141b user: drh tags: diff-experimental | |
2012-02-05
| ||
20:22 | Add the "diff optimizer" which tries to shift inserts and deletes to align with natural boundaries in the text. The resulting diff is no more or less correct than the original; it just seems more natural to human readers. check-in: 98cf5c33bc user: drh tags: trunk | |