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: git commit message checker won't let me commit a new file. Date: Wed, 19 Jul 2023 14:48:15 +0300 Message-ID: <83fs5k5dhc.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13572"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jul 19 13:48:24 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 1qM5fL-0003Jx-FU for ged-emacs-devel@m.gmane-mx.org; Wed, 19 Jul 2023 13:48:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qM5es-0000qL-RR; Wed, 19 Jul 2023 07:47:56 -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 1qM5en-0000qC-3a for emacs-devel@gnu.org; Wed, 19 Jul 2023 07:47:49 -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 1qM5ej-0000UJ-2v; Wed, 19 Jul 2023 07:47:46 -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=VzUd+qcC3442gsRp71dWyv1mxNwXOa9iaWCfFsaHnkU=; b=o0IGbo+/my3U qnVhln4ZTiFQ9HBCWEQfYvyrEOhhpAwFk89/GALKDPTxECvwNIn6GOdXXlMSBrf5YLwqS1Jr6nSNA 4nwf/ex/SIgCGTcZ8rqjz2S80lhpDfPmND/R85gsLyGrSVXH5FdWYdmH5wTHwDUPo8+gVW0uvL42L CcoiOikiBSGXQPlMntSNwJGDEpTzHmM/YBpJF/av0ieIV6atrrKxzO2FkviSTI05bwbHtBMwys6Er 3F3IjO1b44l5xeyfu2GC58J3ImaQtX34ArKGhBwiKqnnnjM5YCQ/TW8gJsG4Z8hria56ZoOAZAcZs JpQ0uCSYeZVC3MVe673bCw==; 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 1qM5ei-0001tE-Ii; Wed, 19 Jul 2023 07:47:44 -0400 In-Reply-To: (message from Alan Mackenzie on Tue, 18 Jul 2023 20:23:00 +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:307971 Archived-At: > Date: Tue, 18 Jul 2023 20:23:00 +0000 > From: Alan Mackenzie > > Hello, Emacs. > > I'm trying to commit a fix for bug #64642. This involves adding a new > test file. > > The commit message checker says "File > test/src/comp-resources/comp-test-funcs-dyn2.el: cannot be read: [No > such file or directory] > Commit aborted; please see the file CONTRIBUTE" > > It would appear to reject the new file because it doesn't already exist > in the repository. That's not what it's supposed to do. It's supposed to detect typos and errors in file names and their leading directories. So please make sure you don't have some subtle typing mistake in the commit log entries that name the files you added/modified.