summaryrefslogtreecommitdiff
path: root/test/tools/patch/ignore-first-file/cmd
AgeCommit message (Collapse)Author
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.