From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uk30W-0000tZ-7E for qemu-devel@nongnu.org; Tue, 04 Jun 2013 21:59:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uk30V-0000i7-AL for qemu-devel@nongnu.org; Tue, 04 Jun 2013 21:59:24 -0400 Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:60613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uk30V-0000i0-5i for qemu-devel@nongnu.org; Tue, 04 Jun 2013 21:59:23 -0400 Received: by mail-ie0-f171.google.com with SMTP id s9so2201219iec.30 for ; Tue, 04 Jun 2013 18:59:22 -0700 (PDT) Message-ID: <51AE9B73.9060009@ozlabs.ru> Date: Wed, 05 Jun 2013 11:59:15 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1370348465-31652-1-git-send-email-aik@ozlabs.ru> <51ADE0CA.2030207@suse.de> In-Reply-To: <51ADE0CA.2030207@suse.de> 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/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 :( > If you cherry-pick patches in the first place, the author gets preserved > and you can update them as part of git-rebase or do your modifications > using just git commit --amend. > > Note that at least one patch was Author: instead of From: and at least > one two From:s. git removed "From" from some patch commit messages and left in others :-/ -- Alexey