interdiff command examples

interdiff command examples

interdiff – show differences between two diff files

Basic usage:

#interdiff -z 3.2pre1.patch.gz 3.2pre2.patch.gz

Reversing a patch:

interdiff patch /dev/null

Reversing part of a patch (and ignoring the rest):

filterdiff -i file.c patchfile | interdiff /dev/stdin /dev/null

 

Leave a Reply

Your email address will not be published. Required fields are marked *