зеркало из https://github.com/github/ruby.git
Include commits notes in ChangeLog
This commit is contained in:
Родитель
5edf921e9b
Коммит
066a3498c6
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче