patchutils

Tools for manipulating and analyzing patch files

brewmacoslinux
Try with needOr install directly
Source

About

Small collection of programs that operate on patch files

Commands

addtreecombinediffdehtmldifffilterdiffflipdifffmtiergrepdiffinterdifflsdiffpatchchkrediffsplitdiffunifdefunifdefall

Examples

List files modified by a patch$ lsdiff changes.patch
Filter a patch to show changes for specific files$ filterdiff -i '*/src/*' large.patch > filtered.patch
Compare two patches and show the differences$ interdiff original.patch modified.patch > diff.patch