
16 Jan
2008
16 Jan
'08
5:14 a.m.
David Saada wrote:
We have another source code repository (Synergy), and managing the source code with git is just not possible. I have posted many patches in the past using diff -purN, and there was never any problem.
Ok, maybe problem occur in my site.
If Kim or Ben can apply it successfully, please accept it.
Thanks, Dave
Sure. I will wait with the second part of the patch (UEC MII commands) until this is sorted out. Thanks, David.
I was able to apply this with a little manual tweaking. I had to remove the '>' from in front of each "diff -purN", and change the following patterns:
--- /file.orig +++ /file
becomes:
--- a/file +++ b/file
I'll send a pull request tomorrow to pick this up.
thanks, Ben