I have one patch which was picked from repo A, and now I need to apply it on repo B.
Repo A:
src\
kill_kenny.c
kill_dolphin.c
Repo B:
src1\
kill_kenny.c
src2\
kill_dolphin.c
What is the correct (right/preferable/whatever) procedure without creating separate diff for every file (let's say I have a huge patch which I need to apply on a reorganized repo)?