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:
parent
1bfe28e2e8
commit
22acbed662
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ class VCS
|
||||||
rev unless rev.empty?
|
rev unless rev.empty?
|
||||||
end.join('..')
|
end.join('..')
|
||||||
cmd_pipe({'TZ' => 'JST-9', 'LANG' => 'C', 'LC_ALL' => 'C'},
|
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|
|
open(path, 'w') do |w|
|
||||||
sep = "-"*72
|
sep = "-"*72
|
||||||
w.puts sep
|
w.puts sep
|
||||||
|
|
Loading…
Add table
Reference in a new issue