Commit 8f3f7315 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2899 from zzak/shallow-clone-mgem

Shallow clone mgem source
parents 1a8843d3 923e04cf
......@@ -59,7 +59,7 @@ module MRuby
git.run_pull mgem_list_dir, mgem_list_url if $pull_gems
else
FileUtils.mkdir_p mgem_list_dir
git.run_clone mgem_list_dir, mgem_list_url
git.run_clone mgem_list_dir, mgem_list_url, "--depth 1"
end
require 'yaml'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment