From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from angie.orcam.me.uk (angie.orcam.me.uk [157.25.102.26]) by sourceware.org (Postfix) with ESMTP id AB71D3858D29 for ; Mon, 22 Mar 2021 02:19:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AB71D3858D29 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=macro@orcam.me.uk Received: by angie.orcam.me.uk (Postfix, from userid 500) id 515C192009C; Mon, 22 Mar 2021 03:19:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 4B59B92009B; Mon, 22 Mar 2021 03:19:10 +0100 (CET) Date: Mon, 22 Mar 2021 03:19:10 +0100 (CET) From: "Maciej W. Rozycki" To: Eli Zaretskii cc: Andrew Burgess , gdb@sourceware.org Subject: Re: sim: replacing ChangeLog files with online git logs In-Reply-To: <83zgz0bxnc.fsf@gnu.org> Message-ID: References: <2012fb21-38f2-3d1c-62c8-52d94d19e243@linaro.org> <83pmzxdegd.fsf@gnu.org> <83o8fhddg3.fsf@gnu.org> <18f4f0e2-0a35-a6c5-1886-943f81f817fd@linaro.org> <83mtv1dbzr.fsf@gnu.org> <83im5pdao2.fsf@gnu.org> <83ft0td5ve.fsf@gnu.org> <20210318093147.GC5520@embecosm.com> <83zgz0bxnc.fsf@gnu.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3488.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_INFOUSMEBIZ, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2021 02:19:13 -0000 On Thu, 18 Mar 2021, Eli Zaretskii via Gdb wrote: > > I'd love to hear more about these many important use cases as this > > might help me improve my workflow. I can't recall ever referring to > > the ChangeLogs to help track down a bug, so I'm worried I might be > > missing out on some excellent techniques here. > > > > I'm always keen to learn! > > I'm okay with discussing this, but the comment up-thread to the effect > that I'd better let the sleeping dogs lie turned me off to some > extent. I don't want to appear as someone who forces an unwanted > discussion on the community. > > But if this is a welcome subject, I'd be happy to share my experience, > FWIW. For the record the glibc project has a way to automatically produce ChangeLog from commits at release time. This may be something to look into if useful. Maciej