summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDiff/Generator.cpp
AgeCommit message (Expand)Author
2022-03-08LibDiff: Generate hunks for new/deleted filesDaniel Bertalan
2022-02-09LibDiff: Flush leftover hunks at the endItamar
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-24LibDiff: Coalesce adjacent changes into the same HunkMustafa Quraish
2021-09-24LibDiff: Perform diffing-algorithm in reverse orderMustafa Quraish
2021-09-17LibDiff: Add new API to generate hunks from two pieces of textMustafa Quraish