From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0ubD-0000na-0i for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:08:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0ub7-0000l4-9b for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:08:49 -0400 Received: from [199.232.76.173] (port=53921 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0ub6-0000kw-UY for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:08:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40790) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0ub6-0007Rx-Gv for qemu-devel@nongnu.org; Thu, 22 Oct 2009 06:08:44 -0400 Message-ID: <4AE02F22.6070503@redhat.com> Date: Thu, 22 Oct 2009 12:08:34 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] target-arm: cleanup internal resource leaks References: <145D39CA-6310-4B12-9AFF-32FAAB8C286D@nokia.com> <4AE011FB.6020508@redhat.com> <75207884-F7E7-45F4-BBD7-D13CB9FBECA9@nokia.com> <4AE0218D.5080604@redhat.com> <455830E7-56FF-43F5-8B09-17754C40D49A@nokia.com> In-Reply-To: <455830E7-56FF-43F5-8B09-17754C40D49A@nokia.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juha.Riihimaki@nokia.com Cc: qemu-devel@nongnu.org On 10/22/09 11:55, Juha.Riihimaki@nokia.com wrote: >>>> Your mailer mangles the patches. >>> >>> Yes, I know, I can't help it, I'm sorry. >> >> Makes it very difficult to extract the patches in a automated way ... > > Well, I tested that the formatting stays correct if I send the mail > body HTML format instead of plain text. I suppose you would not like > to read/parse HTML mails in this list, however, or...? Something "git am" can handle would be best. "git send-email" would be perfect if you can get that work. 'git send-email --smtp-server $internalmailserver.nokia.com' could do the trick. That will also send all mails in one thread so it is easy to figure that these mails belong together. cheers, Gerd