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: File names in ChangeLog entries Date: Wed, 01 Dec 2021 05:32:33 +0200 Message-ID: <83zgplrodq.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32000"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 01 04:33:17 2021 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 1msGMv-00089n-1Z for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Dec 2021 04:33:17 +0100 Original-Received: from localhost ([::1]:58142 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msGMu-0008J7-1o for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Nov 2021 22:33:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53848) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msGMP-0007cU-8d for emacs-devel@gnu.org; Tue, 30 Nov 2021 22:32:45 -0500 Original-Received: from [2001:470:142:3::e] (port=34480 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msGMO-00072w-V3; Tue, 30 Nov 2021 22:32:44 -0500 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=niEdyqjUkdbtNY4Z+lX5+B7Af711L3hv71A+Cj37X+w=; b=ZDSFOQqsrCy8 Get8BAsSDSU/HaRwJYsoaJno/yG8MKsI7YM/j/6G2oXtf4y3Ztb7VQTOgJtAgOeViu+zDbeq6AKuD 755VYt+WQA73RDDwc4iqTm7psyGBuNx56aIkXnNOyKFPbWBcSJ0lHVZ3irecn6LgXZEhV53Bvyt7M +PptrKoMhcIWNBE5xxL8HMMVT5hHNPFfZmXdPWIeRn5KDgI4Tjak8ygL4MTnLtQc0p4pVShkh6m57 eFPPO33vlw+ZP8AcRNXEP2aOZTn0Z/LyBBYaslYAXcG88kqwbj37rXYf3A2AXjJboUF4/WtJAIEuY iAfFPS1soD1Lsd6wtuF7QA==; Original-Received: from [87.69.77.57] (port=2178 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 1msGMO-0002JF-Mn; Tue, 30 Nov 2021 22:32:45 -0500 In-Reply-To: (message from Stefan Kangas on Tue, 30 Nov 2021 15:55:17 -0800) 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" Xref: news.gmane.io gmane.emacs.devel:280575 Archived-At: > From: Stefan Kangas > Date: Tue, 30 Nov 2021 15:55:17 -0800 > Cc: emacs-devel@gnu.org > > Maybe it would make sense to start encouraging some more standardized > format for the first line of commit messages? If you can come up with a format that can be reliably used in all cases, yes. But I very much doubt you'd be able to do that. The first line is just one line, and it must be short enough. It is easy to write something short there, but not if the description is complicated.