composer-patches icon indicating copy to clipboard operation
composer-patches copied to clipboard

Adds patch options support, with binary option already implemented

Open alepane21 opened this issue 4 years ago • 4 comments

Hi, I need the ability to patch some module made in code with \r\l line endings. The only clean way to do it, without using git apply, is to use the binary option on patch. With git apply you can prepare a binary patch with git format-patch, but I cannot do it because our module is not versioned with git. What a wild world we live in! So my only option was to fork your nice code and try to add the ability to specify some patches as binary. Let me know if there are things that you don't like and should be fixed, thanks!

alepane21 avatar Nov 25 '20 07:11 alepane21

+1 to add support for binary patches

andypost avatar Mar 29 '21 23:03 andypost

it is cool feature, why it is still not merged?

yaroslav-qlicks avatar Jul 26 '21 15:07 yaroslav-qlicks

+1

brucemead avatar Apr 22 '22 14:04 brucemead

+1

awm086 avatar Jul 19 '22 12:07 awm086

+1

gaertnermarkus avatar Jan 31 '23 14:01 gaertnermarkus

I've made a note to include this in #447.

cweagans avatar Feb 04 '23 07:02 cweagans