ruby-changes:67924
From: Nobuyoshi <ko1@a...>
Date: Sat, 11 Sep 2021 15:02:06 +0900 (JST)
Subject: [ruby-changes:67924] bf5711f498 (master): Check ruby-related includes only [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=bf5711f498 From bf5711f49874ca33aebdad6df2ae037533e9a800 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 14 Jul 2021 19:23:05 +0900 Subject: Check ruby-related includes only [ci skip] --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index d5a3440..33ba2ea 100644 --- a/common.mk +++ b/common.mk @@ -741,7 +741,7 @@ check: main test test-tool test-all test-spec https://github.com/ruby/ruby/blob/trunk/common.mk#L741 if [ x"$(GIT)" != x ] && $(CHDIR) "$(srcdir)" && \ b=`$(GIT) symbolic-ref --short HEAD 2>&1` && \ u=`$(GIT) branch --list --format='%(upstream:short)' $$b`; then \ - set -x; $(GIT) --no-pager log --format=oneline -G "^ *# *include" $$u..HEAD --; \ + set -x; $(GIT) --no-pager log --format=oneline -G '^ *# *include *("|<ruby)' $$u..HEAD --; \ fi check-ruby: test test-ruby -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/