From fac3a78c19a93b6c27bb075cd222cdcb208c4ab5 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Mon, 20 Jan 2020 22:52:42 +0800 Subject: revert shallow-submodules --- xmake/actions/update/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake') diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua index 738624ad3..037ea7e5d 100644 --- a/xmake/actions/update/main.lua +++ b/xmake/actions/update/main.lua @@ -349,7 +349,7 @@ function main() os.mkdir(sourcedir) http.download(url, path.join(sourcedir, win_installer_name)) else - git.clone(url, {depth = 1, recurse_submodules = not script_only, shallow_submodules = true, branch = version, outputdir = sourcedir}) + git.clone(url, {depth = 1, recurse_submodules = not script_only, branch = version, outputdir = sourcedir}) end return true end, -- cgit v1.3.1