Linux Commands Examples

A great documentation place for Linux commands

rediff

fix offsets and counts of a hand-edited diff


see also : interdiff - recountdiff

Synopsis

rediff ORIGINAL EDITED

rediff EDITED

rediff {[--help] | [--version]}

editdiff FILE

editdiff {[--help] | [--version]}


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

You can use rediff to correct a hand-edited unified diff. Take a copy of the diff you want to edit, and edit it without changing any offsets or counts (the lines that begin “@@”). Then run rediff, telling it the name of the original diff file and the name of the one you have edited, and it will output the edited diff file but with corrected offsets and counts.

A small script, editdiff, is provided for editing a diff file in-place.

The types of changes that are currently handled are:

• Modifying the text of any file content line (of course).

• Adding new line insertions or deletions.

• Adding, changing or removing context lines. Lines at the context horizon are dealt with by adjusting the offset and/or count.

• Adding a single hunk (@@-prefixed section).

• Removing multiple hunk (@@-prefixed sections).

Alternatively, if only one argument is provided, it is taken to be the edited file and the counts and offsets are adjusted as appropriate. Some assumptions are made when used in this mode. See recountdiff(1) for more information.

options

--help

Display a short usage message.

--version

Display the version number of rediff.


see also

interdiff , recountdiff


author

Tim Waugh <twaugh[:at:]redhat[:dot:]com>

Package maintainer

How can this site be more helpful to YOU ?


give  feedback