From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id e05QCycRWGC+DQAAWB0awg (envelope-from ) for ; Sun, 21 Mar 2021 23:38:15 -0400 Received: by simark.ca (Postfix, from userid 112) id 223C31EF78; Sun, 21 Mar 2021 23:38:15 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id D799C1E590 for ; Sun, 21 Mar 2021 23:38:13 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 566883858D29; Mon, 22 Mar 2021 03:38:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 566883858D29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1616384293; bh=00IPgtCMBNH3pYgT3lf2hkw3z9HsvLd2wM/TPFzaymU=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=fk5Gc8KNgZ+HYRKs4lVrT6ZN3fu3eXJEmZaSS2VPlfJRfktqK+YEf9xLeXzG4t1XZ arbdtfHh0ocE03hdFxxBRHXH3u8/GmVEsLWMiwSAt/hinL6+M6eAnG8iW9Lycp/4Pl akAkISHI290hVVmEbK7L9UjipVwFh+zopLdnKn3M= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 85AD63858D29 for ; Mon, 22 Mar 2021 03:38:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 85AD63858D29 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49476) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOBOI-0003BT-BB; Sun, 21 Mar 2021 23:38:06 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3723 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lOBOH-0007ux-MZ; Sun, 21 Mar 2021 23:38:06 -0400 Date: Mon, 22 Mar 2021 05:38:09 +0200 Message-Id: <831rc7c0ym.fsf@gnu.org> To: "Maciej W. Rozycki" In-Reply-To: (macro@orcam.me.uk) Subject: Re: sim: replacing ChangeLog files with online git logs 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> 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: , From: Eli Zaretskii via Gdb Reply-To: Eli Zaretskii Cc: gdb@sourceware.org Errors-To: gdb-bounces@sourceware.org Sender: "Gdb" > Date: Mon, 22 Mar 2021 03:19:10 +0100 (CET) > From: "Maciej W. Rozycki" > cc: Andrew Burgess , gdb@sourceware.org > > 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. That's the other script in Gnulib that was mentioned in this discussion. Someone said it cannot support our codebase well enough.