Skip to content

Commit

Permalink
make submodules shallow by default
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Jul 21, 2018
1 parent d18f44a commit cc9cf61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .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

0 comments on commit cc9cf61

Please sign in to comment.