git apply a patch as much as possible when failing -


i moving 1 repository , need port of changes. directory structure same files not identical.

i using 'git format-patch' , 'git am' or 'git apply' port changes. when works, life good, when fails because of minor change or files missing, nothing gets applied.

i can filter files out using --exclude, applies as can , tell me there conflicts / failure.

i open other option applying patches or things that.

the --reject option you're looking for. that, you'll classic .rej files failing chunks, while chunks applied.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -