ruby-changes:56705
From: Nobuyoshi <ko1@a...>
Date: Tue, 30 Jul 2019 21:17:13 +0900 (JST)
Subject: [ruby-changes:56705] Nobuyoshi Nakada: ceb9e276b9 (master): Shorten dependency hint [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=ceb9e276b9 From ceb9e276b934a8a63299b0b96d2c430c9854de7f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 30 Jul 2019 21:15:49 +0900 Subject: Shorten dependency hint [ci skip] diff --git a/common.mk b/common.mk index 11fcea9..fcefff8 100644 --- a/common.mk +++ b/common.mk @@ -716,7 +716,7 @@ clean-spec: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L716 check: main test test-tool test-all test-spec $(ECHO) check succeeded - - $(GIT) --no-pager -C "$(srcdir)" log -G "^ *# *include" origin/master..HEAD + - $(GIT) --no-pager -C "$(srcdir)" log --format=oneline -G "^ *# *include" origin/master..HEAD check-ruby: test test-ruby fake: $(CROSS_COMPILING)-fake -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/