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>2016-06-06 14:23:33 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-06-06 15:03:50 +0300
commit9035c698e9b8067ac612efd9d813a1ee98939d5f (patch)
tree8c999bc17f3e1b42c02615ac9d0c538dd8590ce3 /.gitmodules
parent0f5523a492e61a7946a76b6cb4b3738c16773c3a (diff)
Ensure submodules are recursively updated on pull
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0d083d19..40de0f57 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,19 +2,29 @@
path = doc/html
url = https://github.com/ned14/boost.afio.git
branch = gh-pages
+ fetchRecurseSubmodules = true
+ ignore = none
[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
[submodule "include/boost/afio/gsl-lite"]
path = include/boost/afio/gsl-lite
url = https://github.com/martinmoene/gsl-lite.git
branch = master
+ fetchRecurseSubmodules = true
+ ignore = untracked
[submodule "include/boost/afio/outcome"]
path = include/boost/afio/outcome
url = https://github.com/ned14/boost.outcome.git
branch = master
+ fetchRecurseSubmodules = true
+ ignore = untracked
[submodule "test/kerneltest"]
path = test/kerneltest
url = https://github.com/ned14/boost.kerneltest.git
branch = master
+ fetchRecurseSubmodules = true
+ ignore = untracked