From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Mistaken authorship on some commits Date: Thu, 2 Apr 2020 13:33:26 -0400 Message-ID: <20200402173326.GA4768@jasmine.lan> References: <87r1x5stuo.fsf@asu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47911) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jK3ic-00057C-95 for guix-devel@gnu.org; Thu, 02 Apr 2020 13:33:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jK3ib-0002Cn-BN for guix-devel@gnu.org; Thu, 02 Apr 2020 13:33:30 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:41777) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jK3ib-0002Bp-7t for guix-devel@gnu.org; Thu, 02 Apr 2020 13:33:29 -0400 Content-Disposition: inline In-Reply-To: <87r1x5stuo.fsf@asu.edu> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: John Soo Cc: guix-devel@gnu.org On Thu, Apr 02, 2020 at 10:03:27AM -0700, John Soo wrote: > Hi Guix! > > I think I am reported as the author of commits > > 0cc8cdbe1b0018ec37b1de9032c9eca884bedb6e > a97b943b5590c6406a85cb0f2f03fa69d7e3b7d8 > c26fd5648c2a24dbd71f4c0851f8b5eced75e0f1 If you do `git show --format=full` on these commits, it shows who actually committed them to the repo. I don't know what happened here, but I can say that sometimes during patch review, the patch files don't apply so I rewrite them by hand and then commit them with `git commit --author="Somebody else"`. I've made similar mistakes with this workflow...