From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Konstantin Kharlamov Newsgroups: gmane.emacs.devel Subject: Re: ChangeLog and commit messages Date: Sun, 18 Jun 2023 17:50:12 +0300 Message-ID: <327d575ab075bf4e92ca00c11548a62458fec75b.camel@yandex.ru> References: <87a5wxb5sl.fsf.ref@yahoo.com> <87a5wxb5sl.fsf@yahoo.com> <837cs1p6bf.fsf@gnu.org> <875y7lb4k7.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36853"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.48.3 Cc: emacs-devel@gnu.org To: Po Lu , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 18 16:51:23 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 1qAtkR-0009MO-18 for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Jun 2023 16:51:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qAtjW-0003uq-19; Sun, 18 Jun 2023 10:50:26 -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 1qAtjR-0003ub-Hl for emacs-devel@gnu.org; Sun, 18 Jun 2023 10:50:22 -0400 Original-Received: from forward502b.mail.yandex.net ([178.154.239.146]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qAtjP-0000Oe-6T; Sun, 18 Jun 2023 10:50:21 -0400 Original-Received: from mail-nwsmtp-smtp-production-main-29.myt.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-29.myt.yp-c.yandex.net [IPv6:2a02:6b8:c12:3faf:0:640:537b:0]) by forward502b.mail.yandex.net (Yandex) with ESMTP id 424115E939; Sun, 18 Jun 2023 17:50:13 +0300 (MSK) Original-Received: by mail-nwsmtp-smtp-production-main-29.myt.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id CogjuhXWsuQ0-nsnPFVaH; Sun, 18 Jun 2023 17:50:12 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1687099812; bh=hH1gK7jxmfYAS/D/xZrBu2OwtPHeGFfrKFlr3j2yfXc=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=f0lDMMeXsLkyUcEkAF5Zrhznvd7BL1wfsiiXI0A+Vlx1sW6F6z7j/b9/1oKDv+BlO aQwKV1pLuFSPoed1fFfhOFFmcUcrKou6YNPvxu3U6y/UH7hOzKB021cv7LvPcrheIB nw1CDU7EGbxfkDK9g6bxE8/KHa3weTLZZsYjcLGQ= Authentication-Results: mail-nwsmtp-smtp-production-main-29.myt.yp-c.yandex.net; dkim=pass header.i=@yandex.ru In-Reply-To: <875y7lb4k7.fsf@yahoo.com> Received-SPF: pass client-ip=178.154.239.146; envelope-from=hi-angel@yandex.ru; helo=forward502b.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:306999 Archived-At: On Sun, 2023-06-18 at 15:41 +0800, Po Lu wrote: > > OTOH, I don't really understand the difficulties of summarizing a > > commit in a single line.=C2=A0 I rarely if ever have problems with that= . >=20 > I guess our experiences differ wrt this. Could you please describe some example of when this happens? As someone who= has contributed to dozens of projects, I can say there's likely something odd i= n your workflow. If you provide details on where and why you have problems, I think I could give suggestions for how to avoid that.