mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Include commits notes in ChangeLog
This commit is contained in:
parent
5edf921e9b
commit
066a3498c6
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ class VCS
|
||||||
end
|
end
|
||||||
range = [from, (to || 'HEAD')].join('^..')
|
range = [from, (to || 'HEAD')].join('^..')
|
||||||
cmd_pipe({'TZ' => 'JST-9', 'LANG' => 'C', 'LC_ALL' => 'C'},
|
cmd_pipe({'TZ' => 'JST-9', 'LANG' => 'C', 'LC_ALL' => 'C'},
|
||||||
%W"#{COMMAND} log --format=medium --no-notes --date=iso-local --topo-order #{range}", "rb") do |r|
|
%W"#{COMMAND} log --format=medium --notes=commits --date=iso-local --topo-order #{range}", "rb") do |r|
|
||||||
format_changelog(r, path)
|
format_changelog(r, path)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue