From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 6E03E3858CDB for ; Sat, 25 Nov 2023 15:06:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6E03E3858CDB Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6E03E3858CDB Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700924789; cv=none; b=Rp9SMQGUaaaUiaw1xoZ8qfDZX+9swPdWl+BHEd1OA7qTxGmsNh2ATtfgZYSBMJ1g8mX02J3U9dLE3wdU0hv1CthtIqPgmACa6aNbj4Py6X09tL/5LEqcqGiSSGv55qftvq2yGWOmhXG1ku0Ch8v9pFMO+71PMtPJRUPfSMCbR10= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700924789; c=relaxed/simple; bh=ojxqD83t2DJFJAkUmb0rHqLjwKgr9z0u8Y0WUbYExZo=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=Jp/fxhSVryv+NFuqj3NAV32zHCnqpSSdE7orMXI+XmVHunqZH/WgrsdfQzfMeDAhJbWlMRn1Fkr4RqnJbftKbIgRygeORlOFBDKGgPmQRAOKzBzZgsY+Hov0iCs3idsUjWpV4OYFos3d8uhbW5DKchvGUUgElj/6o3hIrD7/w68= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 5901B30291AB; Sat, 25 Nov 2023 16:06:26 +0100 (CET) Date: Sat, 25 Nov 2023 16:06:26 +0100 From: Mark Wielaard To: Gerald Pfeifer via Overseers Cc: overseers@gcc.gnu.org, Gerald Pfeifer Subject: Re: Renaming use "CVS Commits" in GCC Bugzilla Message-ID: <20231125150626.GK5263@gnu.wildebeest.org> References: <7db1a3e9-d787-14f7-ab7f-96101a92fc79@pfeifer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7db1a3e9-d787-14f7-ab7f-96101a92fc79@pfeifer.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3028.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Gerals, On Sat, Nov 25, 2023 at 01:45:06PM +0100, Gerald Pfeifer via Overseers wrote: > Looking at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69374 and others, > comments that relate to commits these days are attributed to use > > CVS Commits > > Now changing the mail address may be a bit involved, though it would be > nicer to have this read something like . > > At a minimum, can we change the name to either "Commits" or "GCC Commits" > or something like that? Good point(s). Changing the actual address might be tricky, but changing the name is easy. So now it will say "GCC Commits". Cheers, Mark