Fyi patch submission information on wiki updated for GitHub

Vitaliy Margolen wine-devel at kievinfo.com
Mon Jul 19 23:48:00 CDT 2010


On 07/19/2010 08:59 PM, Misha Koshelev wrote:
> Unfortunately, the more intuitive
> git format-patch -k --stdout HEAD~79..HEAD~78>  /tmp/patch.old
>
> does not seem to result in patches that can be properly applied onto a
> different (upstream) remote (see below).

Works fine here. You must have had some additional changes between upstream 
and HEAD~79. Or your tree diverged from the origin (you had some of your 
patches merged and not rebased) which is the same as above.

And you should really be using "--attach". It's always the better option, 
especially for the series of patches.

Vitaliy



More information about the wine-devel mailing list