From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 89679385043E for ; Wed, 17 Mar 2021 16:09:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 89679385043E Received: from fencepost.gnu.org ([2001:470:142:3::e]:38636) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lMYjo-0001YN-Hw; Wed, 17 Mar 2021 12:09:36 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3950 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lMYjn-0003h3-R0; Wed, 17 Mar 2021 12:09:36 -0400 Date: Wed, 17 Mar 2021 18:09:33 +0200 Message-Id: <83im5pdao2.fsf@gnu.org> From: Eli Zaretskii To: Simon Marchi Cc: luis.machado@linaro.org, gdb@sourceware.org In-Reply-To: (message from Simon Marchi on Wed, 17 Mar 2021 11:52:49 -0400) Subject: Re: sim: replacing ChangeLog files with online git logs References: <83ft0zjys1.fsf@gnu.org> <83lfarhwjq.fsf@gnu.org> <83eegjhuuq.fsf@gnu.org> <8335wyj461.fsf@gnu.org> <83tup9disi.fsf@gnu.org> <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> X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * 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: Wed, 17 Mar 2021 16:09:38 -0000 > Cc: gdb@sourceware.org > From: Simon Marchi > Date: Wed, 17 Mar 2021 11:52:49 -0400 > > In the GDB project, we write what I believe are excellent git commit > messages that go in depth describing the observed problem and the > solution provided by the patch. That provides valuable information for > anyone wanting to understand why the code is the way it is. A list of > modified symbols doesn't help. So I am completely fine if the "list of > modified symbols" part of the information is lost. Well, if that's what the majority here wants, then so be it. (The importance of having the list of modified symbols in the log is that then one doesn't need advanced Git commands to find out which changes modified a given function and why.) > > If that is not an option that this community wants to adopt, then > > gitlog-to-changelog is probably not the adequate solution, and we > > should try using vcs-to-changelog.py (also in Gnulib). > > I tried vcs-to-changelog, it gave horrible/useless results with our > codebase. This is not an option. Too bad. Maybe we should report this to the developer of the script, it could help fix those shortcomings in the future.