From 067a80623e84d9a6b4011bc4025c54bd78e79894 Mon Sep 17 00:00:00 2001 From: Muhammad Nawaz Date: Tue, 9 Jul 2024 13:27:05 +0500 Subject: [PATCH] Enabled shallow submodule inti --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index b763c55..5c26994 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ [submodule "thirdparty/rapidjson"] path = thirdparty/rapidjson url = https://github.com/Tencent/rapidjson.git + shallow = true [submodule "thirdparty/benchmark"] path = thirdparty/benchmark url = https://github.com/google/benchmark.git + shallow = true [submodule "thirdparty/googletest"] path = thirdparty/googletest url = https://github.com/google/googletest.git + shallow = true