mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Override log format to parse for ChangeLog
This commit is contained in:
parent
6f8ac2cb28
commit
7875c42f64
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ class VCS
|
|||
rev unless rev.empty?
|
||||
end.join('^..')
|
||||
cmd_pipe({'TZ' => 'JST-9', 'LANG' => 'C', 'LC_ALL' => 'C'},
|
||||
%W"#{COMMAND} log --no-notes --date=iso-local --topo-order #{range}", "rb") do |r|
|
||||
%W"#{COMMAND} log --format=medium --no-notes --date=iso-local --topo-order #{range}", "rb") do |r|
|
||||
open(path, 'w') do |w|
|
||||
sep = "-"*72
|
||||
w.puts sep
|
||||
|
|
Loading…
Add table
Reference in a new issue