lib/braid/operations.rb in evilchelu-braid-0.4.10 vs lib/braid/operations.rb in evilchelu-braid-0.4.11
- old
+ new
@@ -292,10 +292,10 @@
end
else
FileUtils.mkdir_p(Braid::LOCAL_CACHE_DIR)
msg "Caching '#{url}' into '#{dir}'."
- status, out, err = exec!("git clone --mirror #{url} #{dir}")
+ status, out, err = exec!("git clone --no-checkout #{url} #{dir}")
end
end
end
module VersionControl