Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ TESTS = tests/newline1/run-test \
tests/rediff1/run-test \
tests/rediff2/run-test \
tests/rediff3/run-test \
tests/rediff4/run-test \
tests/recount1/run-test \
tests/recount2/run-test \
tests/recount3/run-test \
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Patchutils news
CI/CD systems that need to report errors on exact line numbers from the
original diff. Addresses GitHub issue #55.

Fixed rediff to preserve diff command headers in multi-file patches.
Previously, rediff would remove "diff -rpU 3" command lines when
processing patches with multiple files, breaking the patch format.
Addresses GitHub issue #48.

0.4.2 (stable)

Build system improvements: only run xmlto once during documentation
Expand Down
Loading