From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44392 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsYXe-0005rc-NE for qemu-devel@nongnu.org; Mon, 06 Sep 2010 06:03:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsYXd-0002n2-DL for qemu-devel@nongnu.org; Mon, 06 Sep 2010 06:03:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32497) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsYXd-0002mq-5b for qemu-devel@nongnu.org; Mon, 06 Sep 2010 06:03:09 -0400 Message-ID: <4C84BC6B.3060203@redhat.com> Date: Mon, 06 Sep 2010 12:03:23 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1283433095-10755-1-git-send-email-bernhard.kohl@nsn.com> <4C81172B.2010105@redhat.com> <4C84B38E.5080900@nsn.com> <4C84B57C.3020403@redhat.com> <4C84B75D.9000600@nsn.com> In-Reply-To: <4C84B75D.9000600@nsn.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2] scsi-disk: add some optional scsi commands List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bernhard Kohl Cc: qemu-devel@nongnu.org Am 06.09.2010 11:41, schrieb Bernhard Kohl: > Am 06.09.2010 11:33, schrieb ext Kevin Wolf: >> Sorry to request another version, but this patch is corrupted by line >> wraps. I think it was right when you sent the first version, did you >> change anything? >> > > No I didn't change anything. I did 'git commit -s --amend' and > 'git format-patch' and then I pasted it into Thunderbird. What > email program are you using? > > The first version I sent with 'git send-email'. I'll try that again. git send-email is what I use for patches, too. It hasn't broken my patches so far and it's also quite convenient because it works from the shell where I just ran git format-patch. Kevin