Shallow clone submodules

We don't need the entire history of these submodules, only their current content
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2024-07-10 06:43:38 +02:00
parent d16a36a141
commit f0ffbafee1
+4
View File
@@ -4,6 +4,10 @@
[submodule "cmake/cmake-version"]
path = cmake/cmake-version
url = https://github.com/Xaymar/cmake-version.git
fetchRecurseSubmodules = true
shallow = true
[submodule "cmake/cmake-clang"]
path = cmake/cmake-clang
url = https://github.com/Xaymar/cmake-clang.git
fetchRecurseSubmodules = true
shallow = true