From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Mistakes in commit log messages Date: Wed, 12 Apr 2023 13:14:14 +0300 Message-ID: <83ttxl76h5.fsf@gnu.org> References: <83v8i4arzt.fsf@gnu.org> <838rezardu.fsf@gnu.org> <319d616d-9230-0a82-331f-0f57488e4c80@gmail.com> <834jpm9s1g.fsf@gnu.org> <83v8i28b3j.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9926"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jporterbugs@gmail.com, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 12 12:14:29 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmXUi-0002PS-9J for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Apr 2023 12:14:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pmXTp-0001kT-R1; Wed, 12 Apr 2023 06:13:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pmXTo-0001kG-6M for emacs-devel@gnu.org; Wed, 12 Apr 2023 06:13:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pmXTn-0007o8-AC; Wed, 12 Apr 2023 06:13:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=oHdh8nQKzAxvRVBmVbdJ+1SuBBrUYaiygKbE9he5Jt4=; b=LbG1syKORhUX XKVnDtXdevsDAfPrzUqTZM/hYi1mnziGBHKGLnzHc8NupS1Y4645px0zSpfh31KlczQTSgRLwXZXP YyOjsgduDcG3zeq7S/rM6D62GZ2aTINk9T7/PqiSdIr2ltAcNRNwG3D6isGZm0D9hc7istrykCnnD +BL4FgsQPYIzK4b+y57zwStCHH0bdmwiJCXsP1nxky8HU/sNOKDFDT6MJFt6q198+1rLbfG8R4op+ AvsHhLKPB4x4UNqxmxZpdyFLSmOeRYVYaLIGoxK0IwjkCE/gYrlwJcXLKNy6dosEeFtR+D8lORm3r ywffJHfspwtKWFiTpeC2vg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pmXTm-0006Ob-Ce; Wed, 12 Apr 2023 06:13:30 -0400 In-Reply-To: (message from Alan Mackenzie on Wed, 12 Apr 2023 09:41:29 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305268 Archived-At: > Date: Wed, 12 Apr 2023 09:41:29 +0000 > Cc: Jim Porter , emacs-devel@gnu.org > From: Alan Mackenzie > > Coming back to the other part of the problem, what exactly happened when > you ran `authors'? When I tried it yesterday, apart from me not having > the locale en_US.UTF-8, it ran to completion, producing the output and a > list of missing files together with their "authors". What am I missing? You are missing the changes to the databases of authors.el and to the ChangeLog.4 file as it was originally generated from Git logs, which I made shortly prior to the pretest. Of course "M-x authors" runs cleanly now: that was why I needed to do all that work back then. AFAIR, most of your mistakes were corrected in ChangeLog.4 itself, before it was committed for the first time, so there's no easy way of seeing what I fixed there.