I am generating the patch through git format-patch --no-prefix HEAD^ --binary
and when jenkins build for patch is applying through patch -p0..it doesnt apply the binary file (complex.seq) in the patch The same is happening when I try it locally. Tried with patch -p0 --binary as well. But still not getting applied. Any thoughts on this? Thanks Suma