diff options
author | Beman <bdawes@acm.org> | 2015-02-19 08:55:58 -0500 |
---|---|---|
committer | Beman <bdawes@acm.org> | 2015-02-19 08:55:58 -0500 |
commit | 9f944862e6d6595be4382456f61179b8e90905e9 (patch) | |
tree | 723ae8396b1e7cbb05b07632971a1c58504a5903 | |
parent | cdbedafa4d0ca4a50138d4b0e26d29b43eb85a5b (diff) | |
download | boost-9f944862e6d6595be4382456f61179b8e90905e9.tar.gz |
Add "fetchRecurseSubmodules = on-demand"
-rw-r--r-- | .gitmodules | 3 |
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 |