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

ruby-changes:50441

From: naruse <ko1@a...>
Date: Sat, 24 Feb 2018 11:58:44 +0900 (JST)
Subject: [ruby-changes:50441] naruse:r62559 (trunk): On getting changelog, use git-log with --no-notes

naruse	2018-02-24 11:58:39 +0900 (Sat, 24 Feb 2018)

  New Revision: 62559

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62559

  Log:
    On getting changelog, use git-log with --no-notes

  Modified files:
    trunk/tool/vcs.rb
Index: tool/vcs.rb
===================================================================
--- tool/vcs.rb	(revision 62558)
+++ tool/vcs.rb	(revision 62559)
@@ -469,7 +469,7 @@ class VCS https://github.com/ruby/ruby/blob/trunk/tool/vcs.rb#L469
         rev unless rev.empty?
       end.join('..')
       cmd_pipe({'TZ' => 'JST-9', 'LANG' => 'C', 'LC_ALL' => 'C'},
-               %W"#{COMMAND} log --date=iso-local --topo-order #{range}", "rb") do |r|
+               %W"#{COMMAND} log --no-notes --date=iso-local --topo-order #{range}", "rb") do |r|
         open(path, 'w') do |w|
           sep = "-"*72
           w.puts sep

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

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