serenity/Tests/Utilities
Shannon Booth dd373eacbc LibDiff+patch: Support multiple patches in a single patch file
Multiple patches may be concatenated in the same patch file, such as git
commits which are changing multiple files at the same time. To handle
this, parse each patch in order in the patch file, and apply each patch
sequentially.

To determine whether we are at the end of a patch (and not just parsing
another hunk) the parser will look for a leading '@@ ' after every hunk.
If that is found, there is another hunk. Otherwise, we must be at the
end of this patch.
2023-07-30 07:47:22 +01:00
..
CMakeLists.txt patch/Tests: Add some initial tests for patch utility 2023-07-29 17:09:09 -06:00
TestPatch.cpp LibDiff+patch: Support multiple patches in a single patch file 2023-07-30 07:47:22 +01:00
TestSed.cpp LibCore+Tests: Unify process handling into Command class 2023-07-18 14:48:45 +01:00