all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matt Armstrong <matt@rfc20.org>
To: 58611@debbugs.gnu.org
Subject: bug#58611: [PATCH] Unignore the tests/manual directory
Date: Tue, 18 Oct 2022 08:34:24 -0700	[thread overview]
Message-ID: <87h701b0xr.fsf@rfc20.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 689 bytes --]

Tags: patch

The previous match pattern matched any directory named "manual" whereas
the intent appears to have been to match the "manual" directory created
in the root.  In any case, it ignored all files in tests/manual (to my
surprise).


In GNU Emacs 29.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version
 3.24.34, cairo version 1.16.0) of 2022-10-17 built on naz
Repository revision: b9aff5fdb89092b68ebd7782c8dc85e6daca14b2
Repository branch: daily-driver
Windowing system distributor 'The X.Org Foundation', version 11.0.12201003
System Description: Debian GNU/Linux bookworm/sid

Configured using:
 'configure --enable-checking=yes --enable-check-lisp-object-type
 'CFLAGS=-Og -g3''


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Unignore-the-tests-manual-directory.patch --]
[-- Type: text/patch, Size: 582 bytes --]

From 209223c386ca5facf554b01880e6cb8e4af95b7e Mon Sep 17 00:00:00 2001
From: Matt Armstrong <matt@rfc20.org>
Date: Tue, 18 Oct 2022 08:29:49 -0700
Subject: [PATCH] Unignore the tests/manual directory

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index eb77b2388f4..92e069675c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -323,7 +323,7 @@ lib-src/seccomp-filter-exec.pfc
 /etc/*.gschema.valid
 
 # Ignore directory made by admin/make-manuals.
-manual/
+/manual/
 
 # Ignore Finder files on MacOS.
 .DS_Store
-- 
2.35.1


[-- Attachment #3: Type: text/plain, Size: 67 bytes --]


-- 
matt (sent from an Emacs running the feature/noverlay branch)

             reply	other threads:[~2022-10-18 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18 15:34 Matt Armstrong [this message]
2022-10-18 16:28 ` bug#58611: [PATCH] Unignore the tests/manual directory Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h701b0xr.fsf@rfc20.org \
    --to=matt@rfc20.org \
    --cc=58611@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.