From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU2Xy-0004Kg-Sb for qemu-devel@nongnu.org; Mon, 14 May 2012 17:11:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU2Xx-0007eA-8D for qemu-devel@nongnu.org; Mon, 14 May 2012 17:11:14 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:47317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU2Xx-0007dz-2B for qemu-devel@nongnu.org; Mon, 14 May 2012 17:11:13 -0400 Message-ID: <4FB174EE.1050606@weilnetz.de> Date: Mon, 14 May 2012 23:11:10 +0200 From: Stefan Weil MIME-Version: 1.0 References: <4FB1672D.7000906@rdsoftware.de> <4FB16B68.3040307@weilnetz.de> <4FB173D7.8050208@rdsoftware.de> In-Reply-To: <4FB173D7.8050208@rdsoftware.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Posting a patch? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik Rull Cc: "qemu-devel@nongnu.org" Am 14.05.2012 23:06, schrieb Erik Rull: > > Thanks! > > So I started a git pull to get the latest master and as well a git > reset --hard to assert that there are no modifications remaining. > > Then I modified the file ui/x_keymap.c and called then the > git format-patch HEAD^ > > But I get 3 patches that are definitively not related to my changes: > erik@debian:~/qemu-test/qemu$ git format-patch HEAD^ > 0001-coroutine-Fix-setup-of-sigaltstack-coroutines.patch > 0002-qcow2-Don-t-ignore-failure-to-clear-autoclear-flags.patch > 0003-qemu-img-Fix-segmentation-fault.patch > erik@debian:~/qemu-test/qemu$ > > Using git diff shows my real changes... > > So I created a patch file called keymap.patch but git format-patch > HEAD^ just ignores it.. > > Maybe I missed something important... > > Best regards, > > Erik > You must commit your local change before you can format a patch. Regards, Stefan W.