From: Jeff King <peff@peff.net>
To: git discussion list <git@vger.kernel.org>
Subject: Re: failing to send patches to the list
Date: Fri, 13 Jul 2007 11:55:16 -0400 [thread overview]
Message-ID: <20070713155516.GA2712@sigill.intra.peff.net> (raw)
In-Reply-To: <20070713093050.GA18001@lapse.madduck.net>
On Fri, Jul 13, 2007 at 11:30:50AM +0200, martin f krafft wrote:
> git format-patch -s --stdout | sendmail git@vger.kernel.org
>
> Even though my mail server seems to have delivered them correctly:
> [...]
> they never made it onto the list.
vger will reject messages without a message-id. git-format-patch by
default does not generate a message-id, so unless sendmail generates one
on the fly, that is your problem.
In general, git-format-patch output is probably not suitable for direct
sending...have you looked at git-send-email?
-Peff
next prev parent reply other threads:[~2007-07-13 15:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-13 9:30 failing to send patches to the list martin f krafft
2007-07-13 9:56 ` git-svn patch faulty (was: failing to send patches to the list) martin f krafft
2007-07-14 10:54 ` Eric Wong
2007-07-13 12:57 ` failing to send patches to the list Alex Riesen
2007-07-14 6:05 ` martin f krafft
2007-07-13 15:55 ` Jeff King [this message]
2007-07-14 6:52 ` martin f krafft
2007-07-14 0:58 ` Jakub Narebski
2007-07-14 6:59 ` martin f krafft
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070713155516.GA2712@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).