diff --git a/.gitmodules b/.gitmodules index 4eeeb57f491d1ed306705ba3362e55ec933eb9bc..5081a19ac4330e321ed8303169dec6d6806668e7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,33 +2,41 @@ path = releng/org.fortiss.af3.target url = https://git.fortiss.org/af3/target-definition.git branch = master + shallow = true [submodule "bundles/af3"] path = bundles/af3 url = https://git.fortiss.org/af3/af3.git branch = master fetchRecurseSubmodules = true + shallow = true [submodule "bundles/kernel"] path = bundles/kernel url = https://git.fortiss.org/af3/kernel.git branch = master fetchRecurseSubmodules = true + shallow = true [submodule "tests/af3"] path = tests/af3 url = https://git.fortiss.org/af3/af3-tests.git branch = master + shallow = true [submodule "features/af3"] path = features/af3 url = https://git.fortiss.org/af3/af3-features.git branch = master + shallow = true [submodule "features/tooling"] path = features/tooling url = https://git.fortiss.org/af3/tooling-features.git branch = master + shallow = true [submodule "products/af3"] path = products/af3 url = https://git.fortiss.org/af3/af3-products.git branch = master + shallow = true [submodule "bundles/af3-rcp"] path = bundles/af3-rcp url = https://git.fortiss.org/af3/af3-rcp.git branch = master + shallow = true