ladybird/Userland/Libraries/LibDiff
Mustafa Quraish 6f423ed26e LibDiff: Coalesce adjacent changes into the same Hunk
Now we keep track of the "current" hunk, and only create a new one
if there's at least a single unmodified lines between changes.
2021-09-24 14:32:52 +02:00
..
CMakeLists.txt LibDiff: Add new API to generate hunks from two pieces of text 2021-09-17 16:56:59 +00:00
Format.cpp
Format.h
Generator.cpp LibDiff: Coalesce adjacent changes into the same Hunk 2021-09-24 14:32:52 +02:00
Generator.h LibDiff: Add new API to generate hunks from two pieces of text 2021-09-17 16:56:59 +00:00
Hunks.cpp
Hunks.h