From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56378 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOXXI-0000hH-6L for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:54:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOXXG-0006zc-OL for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:54:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61232) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOXXG-0006zN-G4 for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:54:42 -0400 Message-ID: <4C17942D.8030205@redhat.com> Date: Tue, 15 Jun 2010 16:54:37 +0200 From: Jes Sorensen MIME-Version: 1.0 References: <1276611581-3757-1-git-send-email-kwolf@redhat.com> <1276611581-3757-18-git-send-email-kwolf@redhat.com> <4C178DFF.6060606@codemonkey.ws> <4C17913D.3040907@redhat.com> <4C179279.4070202@redhat.com> <4C17939D.8020306@redhat.com> In-Reply-To: <4C17939D.8020306@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 17/19] Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 06/15/10 16:52, Kevin Wolf wrote: > Am 15.06.2010 16:47, schrieb Jes Sorensen: >> Hmmm maybe I am messing something up. I started with strange duplicate >> lines because I thought git send-email would cut the first line for the >> subject line and then just leave the rest in. Probably just me getting >> used to do it all in git instead of using quilt. > > It does take the first line for the subject, but when importing your > mail, git am puts the subject back into the first line, so the whole > text should look the same as in your local repository. I see, I wasn't aware of that ... well I'll try to keep that in mind next time :) Thanks Jes