I am trying to generate a patch with only the files that are changed.
If the last 4 commits are A --> B --> C --> D, I want the latest version of the changed files only from all 4 commits.
So if File123.txt was changed in commit A and again in commit C, I want the version from commit C to be moved to a new directory, along with all the other changed files from all 4 commits.