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)?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.