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

github.com/boostorg/boost.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeman <bdawes@acm.org>2015-02-19 16:55:58 +0300
committerBeman <bdawes@acm.org>2015-02-19 16:55:58 +0300
commit9f944862e6d6595be4382456f61179b8e90905e9 (patch)
tree723ae8396b1e7cbb05b07632971a1c58504a5903 /.gitmodules
parentcdbedafa4d0ca4a50138d4b0e26d29b43eb85a5b (diff)
Add "fetchRecurseSubmodules = on-demand"
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index bc380e3ef3..31d699af1b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -486,6 +486,7 @@
path = libs/sort
url = ../sort.git
branch = master
-[submodule "libs/endian"]
+[submodule "endian"]
path = libs/endian
url = ../endian.git
+ fetchRecurseSubmodules = on-demand