Re: Sending patches for bug #22918

2010-07-17 Thread Misha Koshelev
On Sat, 2010-07-17 at 15:39 +0200, Frédéric Delanoy wrote: > On Sat, Jul 17, 2010 at 14:43, Misha Koshelev wrote: > > On Fri, 2010-07-16 at 20:08 -0700, James McKenzie wrote: > >> Misha Koshelev wrote: > > p.s. Do I remember correctly AJ does not commit on weekends? > > Exactly. 5 times a week sh

Re: Sending patches for bug #22918

2010-07-17 Thread Frédéric Delanoy
On Sat, Jul 17, 2010 at 14:43, Misha Koshelev wrote: > On Fri, 2010-07-16 at 20:08 -0700, James McKenzie wrote: >> Misha Koshelev wrote: > p.s. Do I remember correctly AJ does not commit on weekends? Exactly. 5 times a week should be sufficient ;)

Re: Sending patches for bug #22918

2010-07-17 Thread Misha Koshelev
On Fri, 2010-07-16 at 20:08 -0700, James McKenzie wrote: > Misha Koshelev wrote: > > Dear All: > > > > Congrats on 1.2! > > > > I have begun sending my patches from my repository: > > http://github.com/misha680/wine/commits/master > > > > > Misha: > > Might I make a tiny suggestion: Send in on

Re: Sending patches for bug #22918

2010-07-16 Thread Eliot Blennerhassett
On 17/07/10 10:22, Misha Koshelev wrote: > Also, if anyone knows how to make git format-patch only output the 10 > _bottom-most_ patches, please let me know. Partial solution: use git format-patch without the --stdout, to generate all the patches as files, then git send-email or imap-send

Re: Sending patches for bug #22918

2010-07-16 Thread Hin-Tak Leung
Misha Koshelev wrote: Dear All: Congrats on 1.2! I have begun sending my patches from my repository: http://github.com/misha680/wine/commits/master Specifically, I have sent the first 10 patches (of approx 70 currently). I look forward to your comments/commits ;) Also, if anyone knows how to

Re: Sending patches for bug #22918

2010-07-16 Thread James McKenzie
Misha Koshelev wrote: Dear All: Congrats on 1.2! I have begun sending my patches from my repository: http://github.com/misha680/wine/commits/master Misha: Might I make a tiny suggestion: Send in one set of patches and wait for AJ's and others feedback. Make appropriate corrections and

Re: Sending patches for bug #22918

2010-07-16 Thread Vitaliy Margolen
On 07/16/2010 04:22 PM, Misha Koshelev wrote: > Also, if anyone knows how to make git format-patch only output the 10 > _bottom-most_ patches If you have 70 patches in your tree then: git format-patch HEAD~70..HEAD~60 Vitaliy.

Sending patches for bug #22918

2010-07-16 Thread Misha Koshelev
Dear All: Congrats on 1.2! I have begun sending my patches from my repository: http://github.com/misha680/wine/commits/master Specifically, I have sent the first 10 patches (of approx 70 currently). I look forward to your comments/commits ;) Also, if anyone knows how to make git format-patch o