1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2018-02-24 02:58:39 +00:00
parent 1bfe28e2e8
commit 22acbed662

View file

@ -469,7 +469,7 @@ class VCS
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