[前][次][番号順一覧][スレッド一覧]

ruby-changes:56932

From: Nobuyoshi <ko1@a...>
Date: Sun, 11 Aug 2019 16:26:20 +0900 (JST)
Subject: [ruby-changes:56932] Nobuyoshi Nakada: 9fe7e042f5 (master): Note the reference to the pull request [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=9fe7e042f5

From 9fe7e042f50ba7bcd7b64e48b4e6077eeead2861 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 11 Aug 2019 16:19:31 +0900
Subject: Note the reference to the pull request [ci skip]


diff --git a/defs/gmake.mk b/defs/gmake.mk
index 2a11d45..5b6c627 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -208,6 +208,7 @@ define pull-github https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L208
 	$(if $(filter true,$(COMMIT_GPG_SIGN)), \
 	  git -C "$(GITHUB_MERGE_WORKTREE)" rebase --exec "git commit --amend --no-edit -S" "$(GITHUB_MERGE_BASE)"; \
 	)
+	git -C "$(GITHUB_MERGE_WORKTREE)" rebase --exec "git notes add --message 'Merged: $(GITHUB_RUBY_URL)/pull/$(1)'" "$(GITHUB_MERGE_BASE)"
 endef
 
 define merge-github
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]