- Unix Commands Reference
- Unix Commands - Home
rediff - Unix, Linux Command
NAME
rediff, editdiff - fix offsets and counts of a hand-edited diffSYNOPSIS
Tag | Description |
---|---|
rediff ORIGINAL EDITED
rediff EDITED rediff {[--help] [--version]} editdiff FILE editdiff {[--help] [--version]} |
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
@@
A small script, editdiff, is provided for editing a diff file in-place.
The types of changes that are currently handled are:
Tag | Description |
---|---|
o | Modifying the text of any file content line (of course). |
o | Adding new line insertions or deletions. |
o | Adding, changing or removing context lines. Lines at the context horizon are dealt with by adjusting the offset and/or count. |
o | Adding a single hunk (@@-prefixed section). |
o | Removing multiple hunk (@@-prefixed sections). |
OPTIONS
Tag | Description |
---|---|
--help | Display a short usage message. |
--version | |
Display the version number of rediff. |
SEE ALSO
AUTHOR
Tim Waugh <[email protected]>.Advertisements