From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?U8OpYmFzdGllbiBHdWltbWFyYQ==?= Subject: Re: [PATCH v9 3/5] generate-cmdlist: parse common group commands Date: Wed, 20 May 2015 21:34:19 +0200 Message-ID: <555CE1BB.2040706@gmail.com> References: <1432149781-24596-1-git-send-email-sebastien.guimmara@gmail.com> <1432149781-24596-4-git-send-email-sebastien.guimmara@gmail.com> <555CE01F.806@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: "git@vger.kernel.org" , Eric Sunshine , Junio C Hamano To: Stefan Beller X-From: git-owner@vger.kernel.org Wed May 20 21:34:29 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yv9l5-0000Cw-By for gcvg-git-2@plane.gmane.org; Wed, 20 May 2015 21:34:27 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753778AbbETTeX convert rfc822-to-quoted-printable (ORCPT ); Wed, 20 May 2015 15:34:23 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:33229 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753184AbbETTeW (ORCPT ); Wed, 20 May 2015 15:34:22 -0400 Received: by wgjc11 with SMTP id c11so63565857wgj.0 for ; Wed, 20 May 2015 12:34:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KFY+Y+6e3gY232kEIeyfhucgZRZkQNe34IkuITCLRlk=; b=QMyTMs1uWnKHBMC5KimND8z2CeCWaFK1dRIn6yNIQBNclQNOdc4x8Db4reRAx8Bfze uTCaLq6fSv2LVTlSGAcY13wioePQ3xgpH6nfy8//2WhQdjq0zizcByl2PYjne2POmg1e eCwMYUiXfuZM+UltSFUlNvVbwsc1T9771QrfCC8GBkF7IUBnrQHh+2fdclPAIQwnACxx ufpKWzVTmZ5xyNpW+8X4t1qx+et5SWSY9UpAnmnIOcgnWsQJJZEWSvM9iYhzbnQ1aEXx KVDGmk+EcwrWRbzXGYPA9CI+MFWaz4+ExXrk+/gajsuJJQfOAwpaJgukSh5ahmSyysnI A9AA== X-Received: by 10.180.74.68 with SMTP id r4mr20710684wiv.69.1432150461564; Wed, 20 May 2015 12:34:21 -0700 (PDT) Received: from [192.168.0.10] (bd231-1-88-176-208-17.fbx.proxad.net. [88.176.208.17]) by mx.google.com with ESMTPSA id g11sm28363921wjr.25.2015.05.20.12.34.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 May 2015 12:34:20 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 05/20/2015 09:32 PM, Stefan Beller wrote: > On Wed, May 20, 2015 at 12:27 PM, S=C3=A9bastien Guimmara > wrote: >> On 05/20/2015 09:22 PM, S=C3=A9bastien Guimmara wrote: >>> >>> From: Eric Sunshine >>> >> >> It looks like 'git send-email' got confused with the CC field. >> I'm sorry for that. >> > > It's to keep authorship. > > When Junio picks it up, this will show as > authored by Eric, signed off by both of you (Eric+S=C3=A9bastien) > and committed by Junio. > So it's not a mistake ? I thought the 'From:' line was the email header as generated by git send-email that got wrongly included in the body. My mistake then.