From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120251 invoked by alias); 20 Oct 2019 19:17:20 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 120233 invoked by uid 89); 20 Oct 2019 19:17:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*f:CADzB, H*MI:CADzB, life, person X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 20 Oct 2019 19:17:10 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 2E2B333E08; Sun, 20 Oct 2019 15:17:09 -0400 (EDT) Received: from anthias (unknown [178.114.204.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 507CB33E07; Sun, 20 Oct 2019 15:17:08 -0400 (EDT) Date: Sun, 20 Oct 2019 19:17:00 -0000 From: Gerald Pfeifer To: Jonathan Wakely , Joseph Myers cc: Thomas Schwinge , "gcc@gcc.gnu.org" , Jason Merrill Subject: Re: git conversion of GCC wwwdocs repository In-Reply-To: Message-ID: References: <87impgzo20.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00137.txt.bz2 On Wed, 25 Sep 2019, Jonathan Wakely wrote: > I mean that there's not much value in having my past commits listed as > coming from various "different" authors: > > Jonathan Wakely > Jonathan Wakely > Jonathan Wakely > Jonathan Wakely > Jonathan Wakely > > All of those "identities" are the same person, so making all my > commits use the same Author is arguably correct, even if I was using > different addresses at different times. In my case that address really is gerald@pfeifer.com (which I should keep for the rest of my life). I noticed today that old commits show up as gerald@gcc.gnu.org, whereas those from after the conversion show up as gerald@pfeifer.com. Is there a way to unify that to gerald@pfeifer.com throughout? Gerald