From 5716fd69d03fbc16acf79fa2e42357d67440493b Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Thu, 23 Apr 2020 01:00:22 +0200 Subject: [PATCH] Mark all the submodules as shallow --- .gitmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7c7aefdc..6b94a1e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,8 @@ [submodule "external/abseil-cpp"] path = external/abseil-cpp url = https://github.com/abseil/abseil-cpp - branch = lts_2020_02_25 + branch = lts_2020_02_25 + shallow = true [submodule "vst/external/VST_SDK/VST3_SDK/base"] path = vst/external/VST_SDK/VST3_SDK/base url = https://github.com/steinbergmedia/vst3_base.git @@ -21,6 +22,8 @@ [submodule "clients/external/fmidi"] path = clients/external/fmidi url = https://github.com/jpcima/fmidi.git + shallow = true [submodule "clients/external/fmt"] path = clients/external/fmt url = https://github.com/fmtlib/fmt.git + shallow = true