mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
6b0365be6b
A small collection of programs that operate on patch files
14 lines
675 B
Plaintext
14 lines
675 B
Plaintext
Patchutils is a small collection of programs that operate on patch files.
|
|
Currently it contains interdiff and filterdiff.
|
|
|
|
Interdiff generates an incremental patch from two patches against a common
|
|
source. For example, if you have applied a pre-patch to a source tree, and
|
|
wish to apply another pre-patch (which is against the same original source
|
|
tree), you can use interdiff to generate the patch that you need to apply.
|
|
You can also use this to review changes between two pre-patches.
|
|
|
|
Filterdiff will select the portions of a patch file that apply to files
|
|
matching (or, alternatively, not matching) a shell wildcard.
|
|
|
|
WWW: http://people.redhat.com/twaugh/patchutils/
|