diff.c
11.7 KB
-
diff: ignore EOFNL for computing patch IDs · 001d76e1
The patch ID is supposed to be mostly context-insignificant and thus only includes added or deleted lines. As such, we shouldn't honor end-of-file-without-newline markers in diffs. Ignore such lines to fix how we compute the patch ID for such diffs.
Patrick Steinhardt committed