diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-04-28 12:04:15 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-04-28 12:04:15 +0900 |
| commit | b7669705270478f14d02f15b51b74eeec52a49da (patch) | |
| tree | def7389de8efbe74240f70a2ba0658cb26faa4d8 /tool | |
| parent | fdcd640507ab2600dfa96f4962eba2702acfc264 (diff) | |
Search the beginning revision more strictly a bit
Diffstat (limited to 'tool')
| -rw-r--r-- | tool/vcs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/vcs.rb b/tool/vcs.rb index 0c8f22b2f3..5ba8ce2606 100644 --- a/tool/vcs.rb +++ b/tool/vcs.rb @@ -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 |
