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

ruby-changes:74119

From: Nobuyoshi <ko1@a...>
Date: Wed, 19 Oct 2022 09:12:07 +0900 (JST)
Subject: [ruby-changes:74119] 1654f88ca7 (master): sync_default_gems.rb: commit all after replaced rdoc-ref [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=1654f88ca7

From 1654f88ca78e41ab2de835396f2d4e673211df9c Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 19 Oct 2022 09:11:11 +0900
Subject: sync_default_gems.rb: commit all after replaced rdoc-ref [ci skip]

---
 tool/sync_default_gems.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index d7151af701..5aa7eb06eb 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -551,7 +551,7 @@ def sync_default_gems_with_commits(gem, ranges, edit: nil) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L551
     end
 
     if replace_rdoc_ref_all
-      `git commit --amend --no-edit`
+      `git commit --amend --no-edit --all`
     end
 
     puts "Update commit message: #{sha}"
-- 
cgit v1.2.3


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

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