Gerd Hoffmann <kra...@redhat.com> writes:

> On 03/11/13 10:25, Markus Armbruster wrote:
>> Gerd Hoffmann <kra...@redhat.com> writes:
>> 
>>> Add a linked list of keyboard handlers.  Added handlers will go
>>> to the head of the list.  Removed handlers will be zapped from
>>> the list.  The head of the list will be used for events.
>>>
>>> This fixes the keyboard-dead-after-usb-kbd-unplug issue, key events
>>> will be re-routed to the ps/2 kbd instead of being discarded.
>>>
>>> [ v2: fix cut+paste bug found my Markus ]
>> 
>> In the future, please put patch history information below the --- line.
>> 
>>> Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
>>> ---
>> 
>> Put it here.  Thanks!
>
> How do I get it there?

You can just stick a '---' prior to the history in the git commit.
git-format-patch and git-am will then do the right thing.

Just make sure you don't push those commits.  Process them via git-am
like you would a patch from someone else.

Regards,

Anthony Liguori

>
> thanks,
>   Gerd


Reply via email to