summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-25 17:40:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-25 17:43:23 +0900
commitddacff2b4140006d69ecf6d1ac63ddb791e92e5e (patch)
tree6d4b1c18b6db50021ce47ce2ded25452900f4d05
parent7e3d710a22049b8d5c8ced71a136b8807b2e99e7 (diff)
Follow up on variations of the development start messages [ci skip]
-rw-r--r--tool/lib/vcs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/vcs.rb b/tool/lib/vcs.rb
index 0c01abb0ac..dd662e0084 100644
--- a/tool/lib/vcs.rb
+++ b/tool/lib/vcs.rb
@@ -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