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
|
||||
range = [from, (to || 'HEAD')].join('^..')
|
||||
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)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue