aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-01 19:01:19 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-01 23:22:49 +0900
commitd8260bc872c8c562fff90278bb21815b9e7946e5 (patch)
tree86fecf5aa0d5fdf1996b7ac6a2d9cb9ddda10b80 /tool
parentb578c63f8398d4203c27a012f60b99d14910007d (diff)
downloadruby-d8260bc872c8c562fff90278bb21815b9e7946e5.tar.gz
Fetch commit notes
Diffstat (limited to 'tool')
-rw-r--r--tool/lib/vcs.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/lib/vcs.rb b/tool/lib/vcs.rb
index 622e55858f..58cb0b8788 100644
--- a/tool/lib/vcs.rb
+++ b/tool/lib/vcs.rb
@@ -575,6 +575,7 @@ class VCS
def export(revision, url, dir, keep_temp = false)
system(COMMAND, "clone", "-s", (@srcdir || '.').to_s, "-b", url, dir)
+ system(COMMAND, "fetch", "origin", "+refs/notes/commits:refs/notes/commits", chdir: dir)
end
def branch_beginning(url)