grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.18-151-g1c77053


From: Jim Meyering
Subject: grep branch, master, updated. v2.18-151-g1c77053
Date: Thu, 22 May 2014 04:34:16 +0000

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  1c77053f571b8005d6200b87e39ae1e971f9f6b5 (commit)
      from  c265da19fcbe863c33c40b20cee71b1ad3053c17 (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=1c77053f571b8005d6200b87e39ae1e971f9f6b5


commit 1c77053f571b8005d6200b87e39ae1e971f9f6b5
Author: Jim Meyering <address@hidden>
Date:   Wed May 21 21:30:05 2014 -0700

    maint: avoid new false-positive syntax-check failure
    
    * cfg.mk (exclude_file_name_regexp--sc_prohibit_doubled_word):
    Exempt new test file that contains legitimate use of "in in".

diff --git a/cfg.mk b/cfg.mk
index f8ddade..0a68c7d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -89,3 +89,5 @@ exclude_file_name_regexp--sc_prohibit_tab_based_indentation = 
\
   (Makefile|\.(am|mk)$$)
 exclude_file_name_regexp--sc_error_message_uppercase = ^src/dfa\.c$$
 exclude_file_name_regexp--sc_prohibit_strncpy = ^src/dfa\.c$$
+
+exclude_file_name_regexp--sc_prohibit_doubled_word = ^tests/count-newline$$

-----------------------------------------------------------------------

Summary of changes:
 cfg.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]