mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
Include the beginning commit in ChangeLog
This commit is contained in:
parent
af1e487e9b
commit
6f8ac2cb28
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class VCS
|
||||||
%W"#{COMMAND} log -n1 --format=format:%H" <<
|
%W"#{COMMAND} log -n1 --format=format:%H" <<
|
||||||
"--grep=^ *git-svn-id: .*@#{rev} ")
|
"--grep=^ *git-svn-id: .*@#{rev} ")
|
||||||
rev unless rev.empty?
|
rev unless rev.empty?
|
||||||
end.join('..')
|
end.join('^..')
|
||||||
cmd_pipe({'TZ' => 'JST-9', 'LANG' => 'C', 'LC_ALL' => 'C'},
|
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 --no-notes --date=iso-local --topo-order #{range}", "rb") do |r|
|
||||||
open(path, 'w') do |w|
|
open(path, 'w') do |w|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue