From 622f1b231c4ca1f505486c03a2d1a410f883f92f Mon Sep 17 00:00:00 2001 From: VegOwOtenks Date: Sat, 1 Mar 2025 00:08:52 +0100 Subject: [PATCH] Shallow clone the submodules --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index ea62cf6..0474246 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "submodules/SDL_ttf"] path = submodules/SDL_ttf url = https://github.com/libsdl-org/SDL_ttf.git + shallow = true [submodule "submodules/SDL"] path = submodules/SDL url = https://github.com/libsdl-org/SDL.git + shallow = true