Re: [PATCH] Do not drop data from '\0' until eol in patch output
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:32
sf [off-list ref] writes:
GNU patch can apply patches with binary content which are typically
produced with GNU diff with --text option.
Hmph. Things must have improved since I looked at it the last
time, perhaps 6-7 years ago. I remember that I used "diff -a
-u0" as an el-cheapo way to deliber binary contents but found
that patch sometimes could not grok such, and ended up writing a
small customized C program.