Re: Sending git patches

2011-04-20 Thread Ian Lynagh
On Sun, Apr 17, 2011 at 05:18:17PM +0200, Matthias Kilian wrote: > > I also noticed that *your* mail reached me but never hit the mailing > list, probably because the list was in the cc: > > > Cc: cvs-ghc > > Subject: Re: Sending git patches > > From: "Edwar

Re: Sending git patches

2011-04-17 Thread Matthias Kilian
se the list was in the cc: > Cc: cvs-ghc > Subject: Re: Sending git patches > From: "Edward Z. Yang" > To: Matthias Kilian > Date: Sat, 16 Apr 2011 16:24:34 -0400 > Message-Id: <1302985368-sup-3888@ezyang> So someone should probably have a look

Re: Sending git patches

2011-04-16 Thread Edward Z. Yang
You can skip the format patch step using: git send-email --to=cvs-ghc@haskell.org hash-id -1 (sends the patch marked by hash-id) I haven't seen any recent patch emails on GHC, so maybe your mailer isn't configured correctly? Edward Excerpts from Matthias Kilian's message of Sat Apr 16 15:44:00

Sending git patches

2011-04-16 Thread Matthias Kilian
Hi, what's the correct way to send patches in these modern days? I'm using git format-patch origin" and then git send-email --to=cvs-ghc@haskell.org 0001-whatever Is this correct? And is there some reason why I don't see this mail sent back to be over the mailing list? Sorry