serenity/Userland/Libraries/LibDiff
Daniel Bertalan 4b4177f39c LibDiff: Generate hunks for new/deleted files
Previously we would fail to generate any hunks if the old or the new
file was empty. We now do, with the original/target line index set to 0,
as specified by POSIX.
2022-03-08 23:30:47 +01:00
..
CMakeLists.txt
Format.cpp
Format.h
Generator.cpp LibDiff: Generate hunks for new/deleted files 2022-03-08 23:30:47 +01:00
Generator.h
Hunks.cpp LibDiff: Fix error when parsing a 'new' hunk location 2021-12-31 14:12:54 +01:00
Hunks.h