From ceb9e276b934a8a63299b0b96d2c430c9854de7f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 30 Jul 2019 21:15:49 +0900 Subject: [PATCH] Shorten dependency hint [ci skip] --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 11fcea9489..fcefff8342 100644 --- a/common.mk +++ b/common.mk @@ -716,7 +716,7 @@ clean-spec: PHONY 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