This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via 2f5068b6ea5cc10f4e79babc76396955f1d46b09 (commit)
from 50c4df64c1b674532d466b355cf452d7277e0b44 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=2f5068b6ea5cc10f4e79babc76396955f1d46b09
commit 2f5068b6ea5cc10f4e79babc76396955f1d46b09
Author: Jim Meyering <[email protected]>
Date: Thu Mar 27 20:57:13 2025 -0700
maint: ensure that new "make syntax-check"-run sc_codespell passes
* cfg.mk (codespell_ignore_words_list): Ignore some false-positives.
diff --git a/cfg.mk b/cfg.mk
index 7aee082..0b55798 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -188,3 +188,5 @@ sc_timeout_prereq:
| $(GREP) . \
&& { echo '$(ME): timeout without use of require_timeout_' \
1>&2; exit 1; } || :
+
+codespell_ignore_words_list = clen,allo,Nd,abd,alph,debbugs,wee,UE,ois,creche
-----------------------------------------------------------------------
Summary of changes:
cfg.mk | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
grep