We have two patch files, patch-old.patch and patch-new.patch and we want to generate an interdiff file. How can we do this?
We have tried the following using Git Bash, but it results in an empty interdiff.txt
file.
git diff path/to/patch-old.patch path/to/patch-new.patch > interdiff.text
When we do the following, it doesn't show anything in Git Bash
git diff path/to/patch-old.patch path/to/patch-new.patch