summaryrefslogtreecommitdiff
path: root/Libraries/LibDiff/Hunks.cpp
AgeCommit message (Collapse)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
These changes are arbitrarily divided into multiple commits to make it easier to find potentially introduced bugs with git bisect.Everything: The modifications in this commit were automatically made using the following command: find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2020-09-15LibDiff: Add library for working with diffsItamar
LibDiff currently contains functionality for parsing diffs in the "unified format" and for a generating simple diff that contains only additions.