From 8ab6b91fe592393dcfbe0664936d6f2997330dc4 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sat, 19 Dec 2020 02:42:13 -0800 Subject: [PATCH 1/2] .gitmodules: Fix URLs, make some submodules shallow --- .gitmodules | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 538bffa11..76c14c8de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,27 +1,34 @@ [submodule "import/subhook"] path = import/subhook url = https://github.com/Zeex/subhook.git + shallow = true [submodule "import/cs_x86"] path = import/cs_x86 - url = https://github.com/x1nixmzeng/cs_x86 + url = https://github.com/x1nixmzeng/cs_x86.git [submodule "import/XbSymbolDatabase"] path = import/XbSymbolDatabase - url = https://github.com/Cxbx-Reloaded/XbSymbolDatabase + url = https://github.com/Cxbx-Reloaded/XbSymbolDatabase.git + shallow = true [submodule "import/simpleini"] path = import/simpleini - url = https://github.com/brofield/simpleini + url = https://github.com/brofield/simpleini.git + shallow = true [submodule "import/libtommath"] path = import/libtommath - url = https://github.com/libtom/libtommath + url = https://github.com/libtom/libtommath.git branch = master + shallow = true [submodule "import/libtomcrypt"] path = import/libtomcrypt - url = https://github.com/libtom/libtomcrypt + url = https://github.com/libtom/libtomcrypt.git branch = master + shallow = true [submodule "import/SDL2"] path = import/SDL2 - url = https://github.com/SDL-mirror/SDL + url = https://github.com/SDL-mirror/SDL.git + shallow = true [submodule "import/xxHash"] path = import/xxHash url = https://github.com/Cyan4973/xxHash.git branch = release + shallow = true From afbf1fd723493f3a82e9baf60a6b28f4bc5dc7cd Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sun, 20 Dec 2020 06:31:24 -0800 Subject: [PATCH 2/2] Update .gitmodules Co-authored-by: RadWolfie --- .gitmodules | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 76c14c8de..8786fa1b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,7 +8,6 @@ [submodule "import/XbSymbolDatabase"] path = import/XbSymbolDatabase url = https://github.com/Cxbx-Reloaded/XbSymbolDatabase.git - shallow = true [submodule "import/simpleini"] path = import/simpleini url = https://github.com/brofield/simpleini.git