From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uk8QS-0006Bq-QA for qemu-devel@nongnu.org; Wed, 05 Jun 2013 03:46:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uk8QR-000159-Lq for qemu-devel@nongnu.org; Wed, 05 Jun 2013 03:46:32 -0400 Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:51229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uk8QR-00014z-Gn for qemu-devel@nongnu.org; Wed, 05 Jun 2013 03:46:31 -0400 Received: by mail-ob0-f180.google.com with SMTP id eh20so1985768obb.25 for ; Wed, 05 Jun 2013 00:46:31 -0700 (PDT) Message-ID: <51AEECCF.80301@ozlabs.ru> Date: Wed, 05 Jun 2013 17:46:23 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1370348465-31652-1-git-send-email-aik@ozlabs.ru> <51ADE0CA.2030207@suse.de> <51AE9B73.9060009@ozlabs.ru> In-Reply-To: <51AE9B73.9060009@ozlabs.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 00/13 v2] pseries: savevm / migration support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Paul Mackerras , David Gibson , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf On 06/05/2013 11:59 AM, Alexey Kardashevskiy wrote: > On 06/04/2013 10:42 PM, Andreas Färber wrote: >> Am 04.06.2013 14:20, schrieb Alexey Kardashevskiy: >>> I still have to learn how to force git not to overwrite the original commit author :-/ >>> Is there any way to tell the original creator in the commit message so it could live >>> in a git forever and survive commit changes? >> >> To fix it up: >> >> git commit --amend --author="Foo Bar " > > Then I have to recall about every patch whether it is mine or not. Annoying :( Sorry for my ignorance, figured it all out now. git rather rules :) -- Alexey