summaryrefslogtreecommitdiff
path: root/deps/xdiff/xdiffi.h
Commit message (Collapse)AuthorAgeFilesLines
* xdiff: update to xdiff from git 2.40.1ethomson/xdiffEdward Thomson2023-05-111-4/+2
|
* xdiff: move xdiff to 'deps'Edward Thomson2023-03-031-0/+64
xdiff is a dependency (from git core) and more properly belongs in the 'deps' directory. Move it there, and add a stub for cmake to resolve xdiff from the system location in the future. (At present, bundled xdiff remains hardcoded.)