Re: Fyi patch submission information on wiki updated for GitHub

2010-07-20 Thread Misha Koshelev
On Mon, 2010-07-19 at 22:48 -0600, Vitaliy Margolen wrote: > 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 > > diff

Re: Fyi patch submission information on wiki updated for GitHub

2010-07-20 Thread Misha Koshelev
On Mon, 2010-07-19 at 22:48 -0600, Vitaliy Margolen wrote: > 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 > > diff

Re: Fyi patch submission information on wiki updated for GitHub

2010-07-19 Thread Vitaliy Margolen
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

Fyi patch submission information on wiki updated for GitHub

2010-07-19 Thread Misha Koshelev
My apologies, but it seems that only such a convoluted shell script seems to achieve the correct results for different remotes: http://wiki.winehq.org/GitWine#head-3fe70b8c0310e61d94ba30fe7edf19bd0630e1ef If anyone has a simpler solution, I can definitely update. Unfortunately, the more intuitiv