From c7e73c896001315d8b6ff141757661c50fac211a Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Fri, 7 Jul 2023 14:12:24 +0300 Subject: [PATCH] git: Enable shallow checkout for submodules --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules index c7d75fb4..6d4a8197 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,24 @@ [submodule "third-party/imgui"] path = third-party/imgui url = https://github.com/ocornut/imgui + shallow = true [submodule "third-party/SDL"] path = third-party/SDL url = https://github.com/libsdl-org/SDL + shallow = true [submodule "third-party/fmt"] path = third-party/fmt url = https://github.com/fmtlib/fmt.git + shallow = true [submodule "third-party/spdlog"] path = third-party/spdlog url = https://github.com/gabime/spdlog + shallow = true [submodule "third-party/magic_enum"] path = third-party/magic_enum url = https://github.com/Neargye/magic_enum.git + shallow = true [submodule "third-party/zydis"] path = third-party/zydis url = https://github.com/zyantific/zydis.git + shallow = true