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

ruby-changes:56494

From: Hiroshi <ko1@a...>
Date: Sun, 14 Jul 2019 22:11:01 +0900 (JST)
Subject: [ruby-changes:56494] Hiroshi SHIBATA: 46491af74c (master): Modified commit message with upstream repository name.

https://git.ruby-lang.org/ruby.git/commit/?id=46491af74c

From 46491af74ca2266aae0157b79a44898a2f4b728d Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Sun, 14 Jul 2019 21:31:16 +0900
Subject: Modified commit message with upstream repository name.


diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 9b882bb..7f5e597 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -246,6 +246,8 @@ def sync_default_gems_with_commits(gem, range) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L246
         puts "Failed to pick #{commit}."
         break
       end
+
+      `git filter-branch --msg-filter 'echo "[#{$repositories[gem.to_sym]}]" && echo && cat' -- HEAD~1..HEAD`
     end
   end
 end
-- 
cgit v0.10.2


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

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