1
0
Fork 0
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:
Nobuyoshi Nakada 2019-08-12 19:01:57 +09:00
parent 5edf921e9b
commit 066a3498c6
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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