Hi,

On Sat, Apr 16, 2011 at 04:24:34PM -0400, Edward Z. Yang wrote:
> You can skip the format patch step using:
> 
> git send-email [email protected] hash-id -1
> 
> (sends the patch marked by hash-id)

Nice.

I skipped the `-1' in the first place and wondered why git still
complained ;-)


> I haven't seen any recent patch emails on GHC, so maybe your mailer
> isn't configured correctly?

No, after looking at the maillogs of our server, all mails had been
successfully sent to the upstream mail server (haskell.org).

I think there's some black magic configured into the mailing list.
I managed to get a (trivial ./sync-all) patch through the list by
disabling the default cc: to the sender:

        git config --global sendemail.suppresscc self

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 <[email protected]>
> Subject: Re: Sending git patches
> From: "Edward Z. Yang" <[email protected]>
> To: Matthias Kilian <[email protected]>
> Date: Sat, 16 Apr 2011 16:24:34 -0400
> Message-Id: <1302985368-sup-3888@ezyang>

So someone should probably have a look wether there's too much
automagic filtering happening.

Ciao,
        Kili

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to