From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 6986C388C009 for ; Thu, 8 Jul 2021 07:45:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6986C388C009 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 8A6242236B; Thu, 8 Jul 2021 07:45:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1625730328; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PclHh2smcfn5fz4lCk0EUOkglCT1TineuVR3fkEFpBc=; b=PGTiup2P8ApqoLImJ2mmiICqnBVIZOwpN2Alm1DBpSfAb0eHOFHCZmYqra4z9/c+FjeBYV cssRn8tX/uzrPCVooQHyOXmsd2hRuYzPkQBgwk16mz4dJXcAm3A/n4FmoLNYcQvHFkNkgH UC8K6dFRmOPc3uAHwMjA8mcVvaNuv2o= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1625730328; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PclHh2smcfn5fz4lCk0EUOkglCT1TineuVR3fkEFpBc=; b=WYWrz5zpcKQuXUbfb6dwna3sJhVjVxzuXhY9QKcL91Fqq+pPv4hr4qZxCiOJjYdKbpop7b OuFvlmfkDNEhehAA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 6B45913AE7; Thu, 8 Jul 2021 07:45:28 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id rgMVGRit5mASfgAAMHmgww (envelope-from ); Thu, 08 Jul 2021 07:45:28 +0000 Subject: Re: [RFA] Rename gdb/ChangeLog to gdb/ChangeLog-2021 To: Joel Brobecker , Simon Marchi Cc: Simon Marchi , gdb-patches@sourceware.org References: <20210703232710.GL550682@adacore.com> <20210703233242.1602803-1-brobecker@adacore.com> <20210706161658.GA12614@adacore.com> From: Tom de Vries Message-ID: Date: Thu, 8 Jul 2021 09:45:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210706161658.GA12614@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2021 07:45:30 -0000 On 7/6/21 6:16 PM, Joel Brobecker wrote: >>> Now that ChangeLog entries are no longer used for GDB patches, >>> this commit renames the file gdb/ChangeLog to gdb/ChangeLog-2021, >>> similar to what we would do in the context of the "Start of New >>> Year" procedure. >>> >>> The purpose of this change is to avoid people merging ChangeLog >>> entries by mistake when applying existing commits that they are >>> currently working on. >>> >>> OK to apply to master? (maybe a bit on the obvious side, but >>> this also allows us to make sure I am not missing something >>> in the commit message) >> >> Thanks, that LGTM. > > Thank you all. Now pushed! Hi, what about: ... $ find gdb* -name ChangeLog gdb/doc/ChangeLog gdb/testsuite/ChangeLog gdb/stubs/ChangeLog gdbserver/ChangeLog gdbsupport/ChangeLog ... Maybe a good idea to rename those as well? Or am I missing something? Thanks, - Tom