1
0
Fork 0
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:
Nobuyoshi Nakada 2020-12-25 17:40:56 +09:00
parent 7e3d710a22
commit ddacff2b41
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

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