From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41541 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOXQG-00058t-Ac for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:47:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOXQF-0005hA-8h for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:47:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39290) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOXQF-0005gq-2B for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:47:27 -0400 Message-ID: <4C179279.4070202@redhat.com> Date: Tue, 15 Jun 2010 16:47:21 +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> In-Reply-To: <4C17913D.3040907@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:42, Kevin Wolf wrote: > Am 15.06.2010 16:28, schrieb Anthony Liguori: >> On 06/15/2010 09:19 AM, Kevin Wolf wrote: >>> From: Jes Sorensen >>> >>> Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE in hw/fdc.c >>> >> >> FYI, the subject is duplicated here so the commit log looks a bit funky. > > I agree. There are some more patches by Jes in master that look the > same, so I didn't complain, but it definitely looks a bit strange. 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. Cheers, Jes