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: master 501e2096d6: Fix some issues with a recent change Date: Sun, 26 Dec 2021 20:18:32 +0200 Message-ID: <83bl13nsav.fsf@gnu.org> References: <164051393145.21885.8315099612759503047@vcs2.savannah.gnu.org> <20211226101851.B61E5C04DCC@vcs2.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17870"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 26 19:20:51 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 1n1Y8Z-0004Vl-Ha for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Dec 2021 19:20:51 +0100 Original-Received: from localhost ([::1]:59824 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n1Y8Y-0002dQ-Hl for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Dec 2021 13:20:50 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49386) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1Y67-0000bo-Eo for emacs-devel@gnu.org; Sun, 26 Dec 2021 13:18:19 -0500 Original-Received: from [2001:470:142:3::e] (port=33012 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 1n1Y66-0002r0-8N; Sun, 26 Dec 2021 13:18:18 -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=Ue958ORaK8i7ESslKLO/ljBj4MI3hSpPHwTFEVZwEnI=; b=a1TEpJhtnegO 2uXd+gMjC1ojm/TJXVxy7SnRPHAVvhqkSVniSoHcR88YzKA4+f2avrnY4djEFmCDF/SEaMOyMJFzC 83xTnNgX2qxSpCTTy2IZCHzLA90Cj6h2oLGsf7SAQSu6pl567P5Yhbx6eqDWTobR7M60Vu3AabrQ9 J2EK90mRcSfkjK8lCTTQTIsfHGeDgWUlYRJBUavoD/Yh8WP92dWwnr7SOzoxrMnM+fLEbO+xH0nXo jp+/lGT0aISwLeyF5jzgJqGs7HFhxwn3GUUM8VpXNsn0IvBY089Nr2L75+AP7CvMt+cgfZVe6iFIY +CEt4QFb9SATmdGiuIxqPQ==; Original-Received: from [87.69.77.57] (port=2117 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 1n1Y66-0007b5-5Z; Sun, 26 Dec 2021 13:18:18 -0500 In-Reply-To: (message from Stefan Monnier on Sun, 26 Dec 2021 12:04:30 -0500) 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:283345 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Sun, 26 Dec 2021 12:04:30 -0500 > > Please include some more info in the first line of your commits, such as > the relevant file(s). According to the format we use, the file(s) don't have to be mentioned in the first line. Given enough files, that is simply impossible. I know that you like that form, but that is not what CONTRIBUTE says, so let's not confuse contributors by promoting two separate and somewhat contradicting conventions.