mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Follow up on variations of the development start messages [ci skip]
This commit is contained in:
parent
7e3d710a22
commit
ddacff2b41
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ class VCS
|
|||
|
||||
def branch_beginning(url)
|
||||
cmd_read(%W[ #{COMMAND} log -n1 --format=format:%H
|
||||
--author=matz --committer=matz --grep=has\ started
|
||||
--author=matz --committer=matz --grep=started\\.$
|
||||
#{url.to_str} -- version.h include/ruby/version.h])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue