Skip to content

Commit

Permalink
use shallow clone in git gem
Browse files Browse the repository at this point in the history
  • Loading branch information
take-cheeze committed Mar 1, 2014
1 parent 6de1c22 commit 600c17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/mruby_build_commands.rake
Expand Up @@ -233,7 +233,7 @@ module MRuby
def initialize(build)
super
@command = 'git'
@flags = []
@flags = %w[--depth 1]
@clone_options = "clone %{flags} %{url} %{dir}"
@pull_options = "pull"
end
Expand Down

0 comments on commit 600c17e

Please sign in to comment.