Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-01-13 18:53:06 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-01-13 18:53:06 +0300
commit7b0292021a45b619fc02e35d9ac763673d5037be (patch)
tree736e3e6f7557cd34e3c436c26905909e4deb00a2 /.gitmodules
parentbdb885ab201ea299fe5fc8882f226f341a8434c2 (diff)
Make submodules shallow cloned
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 36346270..fcb2d22d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,21 +4,25 @@
branch = gh-pages
fetchRecurseSubmodules = true
ignore = none
+ shallow = true
[submodule "include/boost/afio/boost-lite"]
path = include/boost/afio/boost-lite
url = https://github.com/ned14/boost-lite.git
branch = master
fetchRecurseSubmodules = true
ignore = untracked
+ shallow = true
[submodule "include/boost/afio/outcome"]
path = include/boost/afio/outcome
url = https://github.com/ned14/boost.outcome.git
branch = master
fetchRecurseSubmodules = true
ignore = untracked
+ shallow = true
[submodule "test/kerneltest"]
path = test/kerneltest
url = https://github.com/ned14/boost.kerneltest.git
branch = master
fetchRecurseSubmodules = true
ignore = untracked
+ shallow = true