diff options
-rw-r--r-- | tool/lib/vcs.rb | 2 |
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 |