From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH 00 of 10] blkfront pvops updates, v2 Date: Fri, 30 Apr 2010 15:16:13 -0700 Message-ID: <4BDB56AD.3030502@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel Stodden Cc: Xen List-Id: xen-devel@lists.xenproject.org On 04/30/2010 03:01 PM, Daniel Stodden wrote: > * Found the switch [again] for HG to strip those headers -- cheers. > The ideal for me is if you have a git tree I can pull from, but failing that, the most useful format for mailed patches is something that "git am" can accept. It looks like it will take the attachments OK, but it cats the mail body onto the attachment, so it ends up with the commit comment twice. If you have a non-mangling mailer, it's probably easiest if you just include the full commit comment+patch in the mail body (it's easier to comment on the patches in mail that way too). > Oh beautiful. This apparently strips the first comment line together > with the patch header. Looks buggy. > > F*! > > Sorry. Fix/resend? > Did it lose something other than the subject? git am picked it up from the email Subject: line, so it didn't matter it was missing from the patch comment itself. J