2025-03-14 21:59:59 -06:00
|
|
|
# interdiff
|
|
|
|
|
|
|
|
|
|
> Show differences between two diff files.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://sourceforge.net/directory/software-development/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Compare diff files:
|
|
|
|
|
|
|
|
|
|
`interdiff {{old_file}} {{new_file}}`
|
|
|
|
|
|
|
|
|
|
- Compare diff files, ignoring whitespace:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`interdiff {{[-w|--ignore-all-space]}} {{old_file}} {{new_file}}`
|