From cc9cf61a0fea97f7a755f384f9b89f08c85cd647 Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 21 Jul 2018 17:10:00 +0200 Subject: [PATCH] make submodules shallow by default --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 6921a87..8f5c2ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ [submodule "images/makeproject/boinc2docker"] path = images/makeproject/boinc2docker url = https://github.com/marius311/boinc2docker.git + shallow = true [submodule "images/makeproject/boinc"] path = images/makeproject/boinc url = https://github.com/boinc/boinc.git + shallow = true [submodule "images/makeproject/html/inc/phpmailer"] path = images/makeproject/html/inc/phpmailer url = https://github.com/PHPMailer/PHPMailer.git + shallow = true