Files
bluekeyes-go-gitdiff/gitdiff
Billy Keyes 17bd72f0e2 Report short sources as conflicts during apply (#63)
Previously, this returned an io.ErrUnexpectedEOF. This is not wrong, in
that we did unexpectedly hit the end of the input file, but it is vague
and implies a possible library bug rather than a problem with the patch
or the input. This condition is really a conflict, as the changes
described by the patch are not compatible with the state of the input.
2025-09-03 17:26:05 -07:00
..