ladybird/Userland/Libraries/LibDiff
Shannon Booth 81df0278b1 patch+LibDiff: Implement 'strip' of filenames when parsing patch
Implement the patch '-p' / '--strip' option, which strips the given
number of leading components from filenames parsed in the patch header.
If not given this option defaults to the basename of that path.
2023-07-29 17:09:09 -06:00
..
Applier.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
Applier.h Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
CMakeLists.txt LibDiff: Add Diff::apply_patch 2023-07-13 10:29:30 +01:00
Format.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
Format.h Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
Forward.h Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
Generator.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
Generator.h LibDiff: Add support for generating diffs with surrounding context 2023-07-02 11:18:11 -06:00
Hunks.cpp patch+LibDiff: Implement 'strip' of filenames when parsing patch 2023-07-29 17:09:09 -06:00
Hunks.h patch+LibDiff: Implement 'strip' of filenames when parsing patch 2023-07-29 17:09:09 -06:00