qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Posting a patch?


From: Stefan Weil
Subject: Re: [Qemu-devel] Posting a patch?
Date: Mon, 14 May 2012 23:11:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120506 Iceowl/1.0b1 Icedove/3.0.11

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:
address@hidden:~/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
address@hidden:~/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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]