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:
parent
b578c63f83
commit
d8260bc872
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue