summaryrefslogtreecommitdiff
path: root/test/tools/patch/ignore-first-file
AgeCommit message (Collapse)Author
2024-02-18test tools patch: disable when perl is missingJohannes Altmanninger
This failed on freebsd_gcc task in Cirrus because Perl is not installed, see https://github.com/mawww/kakoune/pull/5101/checks?check_run_id=21604156722
2024-01-22rc tools patch: skip spurious diff header for files with no changesJohannes Altmanninger
Since :patch transforms its inputs into context-only lines, we can easily get into a state where a file diff has only context lines. git apply does not accept a "diff" without any hunk, so let's skip that.