1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Search the beginning revision more strictly a bit

This commit is contained in:
Nobuyoshi Nakada 2019-04-28 12:04:15 +09:00
parent fdcd640507
commit b766970527
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -467,7 +467,7 @@ class VCS
def branch_beginning
cmd_read(%W[ #{COMMAND} log -n1 --format=format:%H
--author=matz --committer=matz --grep=start
--author=matz --committer=matz --grep=has\ started
-- version.h include/ruby/version.h])
end