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

Fetch commit notes

This commit is contained in:
Nobuyoshi Nakada 2019-09-01 19:01:19 +09:00
parent b578c63f83
commit d8260bc872
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)